File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ repos:
19
19
- id : sort-simple-yaml
20
20
files : .pre-commit-config.yaml
21
21
- repo : https://github.com/psf/black-pre-commit-mirror
22
- rev : 24.1.1
22
+ rev : 24.2.0
23
23
hooks :
24
24
- id : black
25
25
- repo : https://github.com/astral-sh/ruff-pre-commit
26
- rev : v0.2.1
26
+ rev : v0.2.2
27
27
hooks :
28
28
- id : ruff
29
29
types : [file]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ attrs==23.2.0
18
18
# outcome
19
19
babel==2.14.0
20
20
# via sphinx
21
- black==24.1.1 ; implementation_name == "cpython"
21
+ black==24.2.0 ; implementation_name == "cpython"
22
22
# via -r test-requirements.in
23
23
build==1.0.3
24
24
# via pip-tools
@@ -120,7 +120,7 @@ pytz==2024.1
120
120
# via babel
121
121
requests==2.31.0
122
122
# via sphinx
123
- ruff==0.2.1
123
+ ruff==0.2.2
124
124
# via -r test-requirements.in
125
125
sniffio==1.3.0
126
126
# via -r test-requirements.in
You can’t perform that action at this time.
0 commit comments