Skip to content

Commit e1a26c2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.10.0](psf/black@23.9.1...23.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.292...v0.1.1)
1 parent a2df556 commit e1a26c2

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
@@ -12,12 +12,12 @@ repos:
1212
language_version: "17.9.1"
1313
# Hooks that are run for scripts
1414
- repo: https://github.com/psf/black
15-
rev: "23.9.1"
15+
rev: "23.10.0"
1616
hooks:
1717
- id: black
1818
files: ^scripts/
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.0.292
20+
rev: v0.1.1
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)