Skip to content

Commit

Permalink
use flake8-print (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle authored Jul 26, 2021
1 parent 6ab8db0 commit 0dfcca2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ repos:
- flake8-bugbear
- flake8-comprehensions
- flake8-docstrings
- flake8-print
- nitpick
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.27.1
Expand Down
19 changes: 18 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ flake8 = "^3.9.2"
flake8-bugbear = "^21.4.3" # flake8 plugin
flake8-comprehensions = "^3.5.0" # flake8 plugin
flake8-docstrings = "^1.6.0" # flake8 plugin
flake8-print = "^4.0.0" # flake8 plugin
isort = "^5.9.2"
mock = "^4.0.3"
nitpick = "^0.27.0" # flake8 plugin
Expand Down

0 comments on commit 0dfcca2

Please sign in to comment.