Skip to content

Commit

Permalink
updated flake8-eradicate to 1.0; fixed #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Oct 24, 2020
1 parent fce13c7 commit 1634c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ repos:
- "pydocstyle==5.1.1"
#: Find dead/out-commented code
#: E800
- "flake8-eradicate==0.4.0"
- "flake8-eradicate==1.0.0"
#: Validate (lack of) logging format strings
#: G001-G004, G010 | G100 | G200-G202
- "flake8-logging-format==0.6.0"
Expand Down

0 comments on commit 1634c6f

Please sign in to comment.