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/PyCQA/autoflake: v2.0.0 → v2.2.0](PyCQA/autoflake@v2.0.0...v2.2.0)
- [github.com/asottile/pyupgrade: v3.2.2 → v3.8.0](asottile/pyupgrade@v3.2.2...v3.8.0)
- [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v1.4.1](pre-commit/mirrors-mypy@v0.961...v1.4.1)
- [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.1 → 0.2.3](jumanjihouse/pre-commit-hook-yamlfmt@0.2.1...0.2.3)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2023
1 parent e953c34 commit 663d07d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ repos:
- id: isort
args: [--profile, black, --filter-files]
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.0
rev: v2.2.0
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
rev: v3.2.2
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -50,7 +50,7 @@ repos:
- pyflakes
- tryceratops
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v1.4.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -59,7 +59,7 @@ repos:
- types-tabulate
- types-toml
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
rev: 0.2.1
rev: 0.2.3
hooks:
- id: yamlfmt
exclude: ^aiida_gaussian/tests/

0 comments on commit 663d07d

Please sign in to comment.