File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.4 .0
5
+ rev : v4.5 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- id : check-yaml
10
10
11
11
- repo : https://github.com/psf/black
12
- rev : 22 .12.0
12
+ rev : 23 .12.1
13
13
hooks :
14
14
- id : black
15
15
16
16
- repo : https://github.com/pycqa/isort
17
- rev : 5.11.4
17
+ rev : 5.13.2
18
18
hooks :
19
19
- id : isort
20
20
21
- - repo : https://github.com/charliermarsh /ruff-pre-commit
22
- rev : v0.0.217
21
+ - repo : https://github.com/astral-sh /ruff-pre-commit
22
+ rev : v0.1.11
23
23
hooks :
24
24
- id : ruff
25
- args : ["--force-exclude"]
Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
+ build :
4
+ os : ubuntu-22.04
5
+ tools :
6
+ python : " 3.8"
7
+
3
8
python :
4
- version : " 3"
5
9
install :
6
10
- method : pip
7
11
path : .
You can’t perform that action at this time.
0 commit comments