File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 8
8
- id : check-toml
9
9
- id : check-added-large-files
10
10
- id : debug-statements
11
- - repo : https://github.com/psf/black
12
- rev : " 24.2.0"
13
- hooks :
14
- - id : black
15
11
- repo : https://github.com/pre-commit/mirrors-mypy
16
12
rev : " v1.8.0"
17
13
hooks :
26
22
hooks :
27
23
- id : ruff
28
24
args : [--fix, --exit-non-zero-on-fix]
25
+ - id : ruff-format
29
26
- repo : local
30
27
hooks :
31
28
- id : typos-syncroniz
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ virtualenv_ and run this inside of it::
81
81
82
82
# Install development dependencies, including:
83
83
# - vdirsyncer from the repo into the virtualenv
84
- # - stylecheckers (ruff) and code formatters (black )
84
+ # - style checks and formatting (ruff )
85
85
make install-dev
86
86
87
87
# Install git commit hook for some extra linting and checking
You can’t perform that action at this time.
0 commit comments