8000 update pyflakes version · stripe/stripe-python@05bf1b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05bf1b4

Browse files
update pyflakes version
1 parent d0fdd1b commit 05bf1b4

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