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 d665621 commit dc496eeCopy full SHA for dc496ee
.pre-commit-config.yaml
@@ -5,12 +5,17 @@ repos:
5
- id: trailing-whitespace
6
- id: check-yaml
7
- id: debug-statements
8
+ - id: end-of-file-fixer
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
rev: v0.3.4
11
hooks:
12
- id: ruff
13
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
14
- id: ruff-format
15
+- repo: https://github.com/rbubley/mirrors-prettier
16
+ rev: v3.3.3
17
+ hooks:
18
+ - id: prettier
19
20
- repo: https://github.com/tox-dev/pyproject-fmt
21
rev: 1.7.0
0 commit comments