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

[pre-commit.ci] pre-commit autoupdate #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black-jupyter
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -27,18 +27,18 @@ repos:
"--append-only",
]
- repo: https://github.com/PyCQA/flake8
rev: "6.0.0"
rev: "6.1.0"
hooks:
- id: flake8
additional_dependencies: ["flake8-bugbear"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.2.0"
rev: "v1.5.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.10.1
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.2.2 # Possible releases: https://github.com/hadialqattan/pycln/releases
hooks:
- id: pycln
args: [--config=pyproject.toml]
Expand Down