Skip to content

Commit

Permalink
fix: wrong pre-commit hook property name
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelJarniac committed Nov 18, 2021
1 parent b0bb774 commit 4e13d69
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 @@ -15,7 +15,7 @@ repos:
rev: 3.9.2
hooks:
- id: flake8
additional-dependencies: [flake8-black, flake8-isort, flake8-docstrings]
additional_dependencies: [flake8-black, flake8-isort, flake8-docstrings]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
hooks:
Expand Down

0 comments on commit 4e13d69

Please sign in to comment.