File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ __pycache__/
5
5
database.db
6
6
token.json
7
7
credentials.json
8
- .pdm.toml
8
+ .pdm.toml
Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.3 .0
3
+ rev : v4.4 .0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
9
9
- id : check-ast
10
10
11
11
- repo : https://github.com/asottile/pyupgrade
12
- rev : v2.38.2
12
+ rev : v3.3.1
13
13
hooks :
14
14
- id : pyupgrade
15
15
16
16
- repo : https://github.com/PyCQA/flake8
17
- rev : 5 .0.4
17
+ rev : 6 .0.0
18
18
hooks :
19
19
- id : flake8
20
20
21
21
- repo : https://github.com/psf/black
22
- rev : 22.8 .0
22
+ rev : 22.12 .0
23
23
hooks :
24
24
- id : black
25
25
26
26
- repo : https://github.com/pycqa/isort
27
- rev : 5.10.1
27
+ rev : 5.11.4
28
28
hooks :
29
29
- id : isort
30
30
name : isort (python)
You can’t perform that action at this time.
0 commit comments