Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.4.1](pre-commit/mirrors-mypy@v1.1.1...v1.4.1)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](asottile/pyupgrade@v3.3.1...v3.8.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent 41d15bb commit f6c18bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ repos:
- id: flake8
additional_dependencies: ['flake8-bugbear']
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.1.1'
rev: 'v1.4.1'
hooks:
- id: mypy
- repo: https://github.com/codespell-project/codespell
rev: 'v2.2.4'
rev: 'v2.2.5'
hooks:
- id: codespell
args: ["-I", "codespell.txt"]
exclude: '.*\.ipynb'
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.8.0
hooks:
- id: pyupgrade

Expand Down

0 comments on commit f6c18bf

Please sign in to comment.