Skip to content

Commit 804e214

Browse files
authored
Merge pull request #261 from pierreaubert/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9e1c3c6 + d1b376c commit 804e214

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
@@ -3,7 +3,7 @@
33
exclude: '^docs'
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
1313
- id: fix-encoding-pragma
1414
- id: requirements-txt-fixer
1515
- repo: https://github.com/psf/black
16-
rev: 23.9.0
16+
rev: 23.12.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
@@ -24,8 +24,8 @@ repos:
2424
rev: v1.0.5
2525
hooks:
2626
- id: csslint
27-
- repo: https://github.com/charliermarsh/ruff-pre-commit
27+
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: 'v0.0.287'
29+
rev: 'v0.1.8'
3030
hooks:
3131
- id: ruff

0 commit comments

Comments
 (0)