Skip to content

Commit 025888f

Browse files
⬆️ auto update by pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.4...v0.2.0) - [github.com/psf/black: 23.10.1 → 24.1.1](psf/black@23.10.1...24.1.1)
1 parent 028db71 commit 025888f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.1.4
11+
rev: v0.2.0
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --exit-non-zero-on-fix]
@@ -19,7 +19,7 @@ repos:
1919
# - id: pyright
2020

2121
- repo: https://github.com/psf/black
22-
rev: 23.10.1
22+
rev: 24.1.1
2323
hooks:
2424
- id: black
2525
stages: [commit]

0 commit comments

Comments
 (0)