Skip to content

Commit 055ed12

Browse files
committed
Pre-commit autoupdate
1 parent 31816dc commit 055ed12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-added-large-files
1010
- id: debug-statements
1111
- repo: https://github.com/psf/black
12-
rev: "24.1.1"
12+
rev: "24.2.0"
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -23,7 +23,7 @@ repos:
2323
- types-requests
2424
- types-atomicwrites
2525
- repo: https://github.com/charliermarsh/ruff-pre-commit
26-
rev: 'v0.1.15'
26+
rev: 'v0.2.2'
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)