Skip to content

Commit a5a78b6

Browse files
enryHCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a01647c commit a5a78b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

developing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python_package
3232

3333
## Core packaging files
3434

35-
We will first look at [`pyproject.toml`](pyproject.toml) and it's relation to the
35+
We will first look at [`pyproject.toml`](pyproject.toml) and its relation to the
3636
[`src`](src) directory. The
3737
[`project.toml`](pyproject.toml) file is the main configuration file for the Python package
3838
and is used to specify the package metadata, dependencies, build tools and configurations.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ line-length = 88
5656
# 1. Enable flake8-bugbear (`B`) rules
5757
# 2. Enable pycodestyle (`E`) errors and (`W`) warnings
5858
# 3. Pyflakes (`F`) errors
59-
extend-select = ["E", "W", 'F', 'B']
59+
extend-select = ["E", "W", "F", "B"]
6060

6161
[build-system]
6262
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)