Skip to content

Commit

Permalink
Bump flake8-print from 3.1.4 to 4.0.0 (#380)
Browse files Browse the repository at this point in the history
Bumps [flake8-print](https://github.com/jbkahn/flake8-print) from 3.1.4 to 4.0.0.
- [Release notes](https://github.com/jbkahn/flake8-print/releases)
- [Commits](JBKahn/flake8-print@3.1.4...4.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2020
1 parent 957e274 commit 34956ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake8-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ flake8-if-statements==0.1.0 # condition linting
flake8-isort==4.0.0 # runs isort
flake8-mutable==1.2.0 # mutable default argument detection
flake8-pep3101==1.3.0 # new-style format strings only
flake8-print==3.1.4 # complain about print statements in code
flake8-print==4.0.0 # complain about print statements in code
flake8-printf-formatting==1.1.0 # forbey printf-style python2 string formatting
flake8-pytest-style==1.3.0 # pytest checks
flake8-raise==0.0.5 # exception raising linting
Expand Down

0 comments on commit 34956ba

Please sign in to comment.