Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

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.2.0 → v1.4.1](pre-commit/mirrors-mypy@v1.2.0...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.2 → v3.8.0](asottile/pyupgrade@v3.3.2...v3.8.0)
- [github.com/hadialqattan/pycln: v2.1.3 → v2.1.5](hadialqattan/pycln@v2.1.3...v2.1.5)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2023
1 parent 35fface commit b1d0970
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ repos:
- id: flake8
additional_dependencies: ["flake8-bugbear"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.2.0"
rev: "v1.4.1"
hooks:
- id: mypy
exclude: 'docs/source/conf\.py'
additional_dependencies: ["types-tabulate", "types-PyYAML"]
- repo: https://github.com/codespell-project/codespell
rev: "v2.2.4"
rev: "v2.2.5"
hooks:
- id: codespell
args: ["-I", "codespell.txt"]
Expand All @@ -49,7 +49,7 @@ repos:
# - id: nbstripout
# args: ["--extra-keys", "cell.metadata.pycharm"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.8.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -63,7 +63,7 @@ repos:
# hooks:
# - id: prettier
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.3 # Possible releases: https://github.com/hadialqattan/pycln/releases
rev: v2.1.5 # Possible releases: https://github.com/hadialqattan/pycln/releases
hooks:
- id: pycln
args: [--config=pyproject.toml]
Expand Down

0 comments on commit b1d0970

Please sign in to comment.