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/pre-commit-hooks: v4.0.1 → v4.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0)
- [github.com/pycqa/isort: 5.9.3 → 5.12.0](PyCQA/isort@5.9.3...5.12.0)
- [github.com/asottile/pyupgrade: v2.25.0 → v3.4.0](asottile/pyupgrade@v2.25.0...v3.4.0)
- [github.com/psf/black: 21.7b0 → 23.3.0](psf/black@21.7b0...23.3.0)
- [github.com/PyCQA/flake8: 3.9.2 → 6.0.0](PyCQA/flake8@3.9.2...6.0.0)
- [github.com/pre-commit/mirrors-mypy: v0.910-1 → v1.3.0](pre-commit/mirrors-mypy@v0.910-1...v1.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 6, 2023
1 parent 64c1584 commit a92f636
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,31 @@ ci:
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.4.0
hooks:
- id: check-json
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.25.0
rev: v3.4.0
hooks:
- id: pyupgrade
args: [--py38-plus]

- repo: https://github.com/psf/black
rev: 21.7b0
rev: 23.3.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: '3.9.2'
rev: '6.0.0'
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -41,7 +41,7 @@ repos:
- flake8-comprehensions==3.2.3

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v1.3.0
hooks:
- id: mypy
files: ^(aiida_firecrest/.*py)$
Expand Down

0 comments on commit a92f636

Please sign in to comment.