Skip to content

Commit e4cea09

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.0 → 23.10.1](psf/black@23.10.0...23.10.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.3](astral-sh/ruff-pre-commit@v0.1.1...v0.1.3)
1 parent 3609d73 commit e4cea09

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.10.0"
15+
rev: "23.10.1"
1616
hooks:
1717
- id: black
1818
files: ^scripts/
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.1.1
20+
rev: v0.1.3
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)