Skip to content

Commit 0a8702f

Browse files
committed
Add the flake8 package as a new development requirement
1 parent 880dc25 commit 0a8702f

File tree

3 files changed

+80
-1
lines changed

3 files changed

+80
-1
lines changed

.flake8

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[flake8]
2+
exclude =
3+
docs/*
4+
examples/*
5+
tests/*
26
ignore = E203, W503, W504
37
max-line-length = 88

poetry.lock

Lines changed: 74 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ optional = true
6868
bandit = "^1.8"
6969
black = "^25.1"
7070
deptry = "^0.23"
71+
flake8 = "^7.1"
7172
isort = "^6.0"
7273
jupyter = "^1.1"
7374
mypy = "^1.14"
@@ -168,6 +169,7 @@ extend_exclude = [
168169
"^examples/",
169170
"^tests/",
170171
]
172+
known_first_party = []
171173

172174
[tool.isort]
173175
profile = "black"

0 commit comments

Comments
 (0)