Skip to content

Commit

Permalink
Remove unused pre-commit ignores (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
feluelle authored Jul 1, 2022
1 parent dd8a867 commit e4549ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repos:
rev: 4.0.1
hooks:
- id: flake8
args: ["--max-line-length", "88", "--extend-ignore", "E203,E501,B008"]
args: ["--max-line-length", "88", "--extend-ignore", "E501"]
additional_dependencies:
- flake8-bugbear
- flake8-builtins
Expand All @@ -66,7 +66,7 @@ repos:
rev: 6.1.1
hooks:
- id: pydocstyle
args: ["--convention", "pep257", "--add-ignore", "D100,D107,D102"]
args: ["--convention", "pep257", "--add-ignore", "D100,D102"]
additional_dependencies:
- toml
exclude: airflint/__main__.py|tests/
Expand Down

0 comments on commit e4549ac

Please sign in to comment.