Skip to content

Commit 1383897

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 β†’ v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.9.1 β†’ 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.291 β†’ v0.1.4](astral-sh/ruff-pre-commit@v0.0.291...v0.1.4) - [github.com/codespell-project/codespell: v2.2.5 β†’ v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
1 parent 36fa116 commit 1383897

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.4.0
9+
rev: v4.5.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
@@ -24,20 +24,20 @@ repos:
2424
- id: sort-simple-yaml
2525
- id: trailing-whitespace
2626
- repo: https://github.com/psf/black
27-
rev: 23.9.1
27+
rev: 23.10.1
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/PyCQA/isort
3131
rev: 5.12.0
3232
hooks:
3333
- id: isort
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: 'v0.0.291'
35+
rev: 'v0.1.4'
3636
hooks:
3737
- id: ruff
3838
args: [--fix, --exit-non-zero-on-fix]
3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.2.5
40+
rev: v2.2.6
4141
hooks:
4242
- id: codespell
4343
additional_dependencies: ["tomli"]

0 commit comments

Comments
Β (0)