We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f1315 commit 7fd6c9dCopy full SHA for 7fd6c9d
dev-requirements/flake8.txt
@@ -15,7 +15,7 @@ flake8-mutable==1.2.0 # mutable default argument detection
15
flake8-pep3101==2.1.0 # new-style format strings only
16
flake8-print==5.0.0 # complain about print statements in code
17
flake8-printf-formatting==1.1.2 # forbey printf-style python2 string formatting
18
-flake8-pytest-style==2.0.0 # pytest checks
+flake8-pytest-style==2.1.0 # pytest checks
19
flake8-raise==0.0.5 # exception raising linting
20
flake8-use-fstring==1.4 # format string checking
21
flake8-noqa==1.4.0 # validate noqa commands
0 commit comments