Skip to content

Commit

Permalink
Lint: Add flake8 plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhynes7 committed Jan 6, 2023
1 parent 8af4a91 commit c357f67
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,19 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 4.0.1
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear
- flake8-builtins
- flake8-commas
- flake8-comprehensions
- flake8-eradicate
- flake8-pytest-style
- flake8-rst-docstrings
- flake8-simplify
- flake8-unused-arguments
- repo: https://github.com/PyCQA/pydocstyle
rev: 6.2.0
hooks:
Expand Down

0 comments on commit c357f67

Please sign in to comment.