Skip to content

Commit

Permalink
Add flake8-click
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold committed Dec 9, 2019
1 parent 7424dc5 commit e51345f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ select = C,E,F,W,B,B9
# E203: whitespace before ':' (black behaviour)
# E501: flake8 line length (covered by bugbear B950)
# W503: line break before binary operator (black behaviour)
ignore = E203,E501,W503
ignore = E203,E501,W503,CLC100
exclude =
./.git
.eggs/
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: check-yaml
- id: debug-statements
- id: flake8
additional_dependencies: ["flake8-bugbear == 18.8.0"]
additional_dependencies: ["flake8-bugbear == 18.8.0", "flake8-click"]
language_version: python3.7
- repo: https://github.com/asottile/pyupgrade
rev: v1.6.1
Expand Down

0 comments on commit e51345f

Please sign in to comment.