File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 52
52
- uses : actions/checkout@v4
53
53
- uses : chartboost/ruff-action@v1
54
54
with :
55
- version : " 0.1.6 " # must match .pre-commit-config.yaml and requirements-test.txt
55
+ version : " 0.1.7 " # must match .pre-commit-config.yaml and requirements-test.txt
56
56
57
57
flake8 :
58
58
name : Lint with Flake8
Original file line number Diff line number Diff line change 15
15
- id : black
16
16
language_version : python3.10
17
17
- repo : https://github.com/astral-sh/ruff-pre-commit
18
- rev : v0.1.6 # must match requirements-tests.txt and tests.yml
18
+ rev : v0.1.7 # must match requirements-tests.txt and tests.yml
19
19
hooks :
20
20
- id : ruff
21
21
args : [--exit-non-zero-on-fix, --fix-only]
24
24
hooks :
25
25
- id : flake8
26
26
additional_dependencies :
27
- - " flake8-bugbear==23.9.16 " # must match requirements-tests.txt
27
+ - " flake8-bugbear==23.12.2 " # must match requirements-tests.txt
28
28
- " flake8-noqa==1.3.2" # must match requirements-tests.txt
29
29
- " flake8-pyi==23.11.0" # must match requirements-tests.txt
30
30
types : [file]
Original file line number Diff line number Diff line change 3
3
# "tool.typeshed" section in pyproject.toml for additional type checkers.
4
4
black==23.11.0 # must match .pre-commit-config.yaml
5
5
flake8==6.1.0 # must match .pre-commit-config.yaml
6
- flake8-bugbear==23.9.16 # must match .pre-commit-config.yaml
6
+ flake8-bugbear==23.12.2 # must match .pre-commit-config.yaml
7
7
flake8-noqa==1.3.2 # must match .pre-commit-config.yaml
8
8
flake8-pyi==23.11.0 # must match .pre-commit-config.yaml
9
9
mypy==1.7.1
10
10
pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
11
- pytype==2023.11.29 ; platform_system != "Windows" and python_version < "3.12"
12
- ruff==0.1.6 # must match .pre-commit-config.yaml and tests.yml
11
+ pytype==2023.12.7 ; platform_system != "Windows" and python_version < "3.12"
12
+ ruff==0.1.7 # must match .pre-commit-config.yaml and tests.yml
13
13
14
14
# Libraries used by our various scripts.
15
- aiohttp==3.9.0
15
+ aiohttp==3.9.1
16
16
packaging==23.2
17
17
pathspec>=0.11.1
18
18
pyyaml==6.0.1
You can’t perform that action at this time.
0 commit comments