We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e1c3c6 + d1b376c commit 804e214Copy full SHA for 804e214
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
exclude: '^docs'
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.4.0
+ rev: v4.5.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
13
- id: fix-encoding-pragma
14
- id: requirements-txt-fixer
15
- repo: https://github.com/psf/black
16
- rev: 23.9.0
+ rev: 23.12.0
17
18
- id: black
19
- repo: https://github.com/PyCQA/flake8
@@ -24,8 +24,8 @@ repos:
24
rev: v1.0.5
25
26
- id: csslint
27
-- repo: https://github.com/charliermarsh/ruff-pre-commit
+- repo: https://github.com/astral-sh/ruff-pre-commit
28
# Ruff version.
29
- rev: 'v0.0.287'
+ rev: 'v0.1.8'
30
31
- id: ruff
0 commit comments