Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .pre-commit-config.yaml
Co-authored-by: Kate Case <[email protected]>
  • Loading branch information
abikouo and Qalthos authored Mar 22, 2023
commit 055ce4cdfe1556f67258bf8d191144b99f4fd7d2
22 changes: 22 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,25 @@ repos:
rev: 23.1.0
hooks:
- id: black

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
- flake8-2020 >= 1.6.0
- flake8-isort >= 4.1.1
- darglint
- flake8-docstrings # uses pydocstyle

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
hooks:
- id: mypy
additional_dependencies:
- types-PyYAML

- repo: https://github.com/pycqa/pylint.git
rev: v2.17.0
hooks:
- id: pylint