Skip to content

Commit

Permalink
Update pre-commit config file
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Jul 17, 2024
1 parent 911c417 commit b2d036a
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 @@ -22,14 +22,14 @@ repos:
rev: 6.0.0
hooks:
- id: flake8
args: ["--config=setup.cfg"]
args: ["--config=.flake8"]
additional_dependencies: [flake8-isort]

# Can run individually with `pre-commit run mypy --all-files`
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
hooks:
- id: mypy
args: ["--config=setup.cfg", "--show-error-codes"]
args: ["--config=pyproject.toml", "--show-error-codes"]
verbose: true
additional_dependencies: ['types-requests', 'types-PyYAML']

0 comments on commit b2d036a

Please sign in to comment.