8000 pin pyflakes (#1479) · stripe/stripe-python@08916a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 08916a1

Browse files
pin pyflakes (#1479)
1 parent 2906ad3 commit 08916a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/dev-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ mypy == 1.7.0
1111
# formatting
1212
ruff == 0.9.6
1313
# linting
14-
flake8
14+
# flake8 7.2.0 bumped to pyflakes 3.3.0, which adds a new lint error around global usage which will need to be manually fixed
15+
flake8==7.1.2

0 commit comments

Comments
 (0)
0