Skip to content

Commit a676266

Browse files
pre-commit-ci[bot]WhyNotHugo
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.3.3](astral-sh/ruff-pre-commit@v0.2.1...v0.3.3) - [github.com/psf/black: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0)
1 parent 1222e0a commit a676266

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
@@ -13,12 +13,12 @@ repos:
1313
- id: check-added-large-files
1414
- id: debug-statements
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.2.1
16+
rev: v0.3.3
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
exclude: docs\/.*
2121
- repo: https://github.com/psf/black
22-
rev: "24.1.1"
22+
rev: "24.3.0"
2323
hooks:
2424
- id: black

0 commit comments

Comments
 (0)