We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b6ff7 commit f27b1a3Copy full SHA for f27b1a3
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.0.1"]
17
- repo: https://github.com/rbubley/mirrors-prettier
18
- rev: "v3.5.2"
+ rev: "v3.5.3"
19
hooks:
20
- id: prettier
21
name: Prettier
.pre-commit-hooks.yaml
@@ -1,10 +1,10 @@
1
-- id: pyproject-fmt
2
- name: pyproject-fmt
3
- description: ''
4
- entry: pyproject-fmt
5
- language: python
6
- 'files': (^|/)pyproject\.toml$
7
- args: []
8
- require_serial: false
9
- additional_dependencies: []
10
- minimum_pre_commit_version: '0'
+- id: pyproject-fmt
+ name: pyproject-fmt
+ description: ""
+ entry: pyproject-fmt
+ language: python
+ "files": (^|/)pyproject\.toml$
+ args: []
+ require_serial: false
+ additional_dependencies: []
+ minimum_pre_commit_version: "0"
0 commit comments