Skip to content

Commit 3f0c13d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.269 → v0.1.0](astral-sh/ruff-pre-commit@v0.0.269...v0.1.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.6.0](pre-commit/mirrors-mypy@v1.3.0...v1.6.0)
1 parent cfe628a commit 3f0c13d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,11 +9,11 @@ repos:
99
- id: debug-statements
1010
- id: check-ast
1111
- repo: https://github.com/psf/black
12-
rev: 23.3.0
12+
rev: 23.9.1
1313
hooks:
1414
- id: black-jupyter
15-
- repo: https://github.com/charliermarsh/ruff-pre-commit
16-
rev: "v0.0.269"
15+
- repo: https://github.com/astral-sh/ruff-pre-commit
16+
rev: "v0.1.0"
1717
hooks:
1818
- id: ruff
1919
args: ["--fix"]
@@ -26,7 +26,7 @@ repos:
2626
args: ["ruff", "--fix", "--ignore=E402,B018,F704"]
2727
additional_dependencies: [jupytext, ruff]
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: "v1.3.0"
29+
rev: "v1.6.0"
3030
hooks:
3131
- id: mypy
3232
exclude: ipynb_filter.py|docs/source/conf.py

0 commit comments

Comments
 (0)