We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0a3e6 commit d2bd828Copy full SHA for d2bd828
.pre-commit-config.yaml
@@ -1,22 +1,22 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
- id: check-yaml
8
- id: mixed-line-ending
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: 'v0.1.7'
+ rev: 'v0.11.4'
11
12
- id: ruff
13
- repo: https://github.com/psf/black
14
- rev: 23.11.0
+ rev: 25.1.0
15
16
- id: black
17
args: [--safe, --quiet]
18
- repo: https://github.com/pre-commit/mirrors-prettier
19
- rev: v3.1.0
+ rev: v4.0.0-alpha.8
20
21
- id: prettier
22
args: [--ignore-path .gitignore]
0 commit comments