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 e04c659 commit 727bb9eCopy full SHA for 727bb9e
.pre-commit-config.yaml
@@ -7,13 +7,6 @@ repos:
7
- id: end-of-file-fixer
8
name: Ensure end of file newline
9
10
- - repo: https://github.com/psf/black
11
- rev: 23.1.0
12
- hooks:
13
- - id: black
14
- name: Python code formatting
15
- types_or: [python, pyi]
16
-
17
- repo: https://github.com/pre-commit/mirrors-mypy
18
rev: v1.1.1
19
hooks:
@@ -30,5 +23,7 @@ repos:
30
23
- repo: https://github.com/charliermarsh/ruff-pre-commit
31
24
rev: 'v0.11.7'
32
25
26
+ - id: ruff-format
27
+ name: Formatting with ruff
33
28
- id: ruff
34
29
name: Linting with ruff
0 commit comments