File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3232 hooks :
3333 - id : flake8
3434 additional_dependencies :
35- - " flake8-bugbear==23.1.20 " # must match requirements-tests.txt
36- - " flake8-noqa==1.3.0 " # must match requirements-tests.txt
37- - " flake8-pyi==23.1.2 " # must match requirements-tests.txt
35+ - " flake8-bugbear==23.3.12 " # must match requirements-tests.txt
36+ - " flake8-noqa==1.3.1 " # must match requirements-tests.txt
37+ - " flake8-pyi==23.3.0 " # must match requirements-tests.txt
3838 types : [file]
3939 types_or : [python, pyi]
4040
Original file line number Diff line number Diff line change 1- aiohttp==3.8.3
1+ aiohttp==3.8.4
22black==23.1.0 # must match .pre-commit-config.yaml
33flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
4- flake8-bugbear==23.1.20 ; python_version >= "3.8" # must match .pre-commit-config.yaml
5- flake8-noqa==1.3.0 ; python_version >= "3.8" # must match .pre-commit-config.yaml
6- flake8-pyi==23.1.2 ; python_version >= "3.8" # must match .pre-commit-config.yaml
4+ flake8-bugbear==23.3.12 ; python_version >= "3.8" # must match .pre-commit-config.yaml
5+ flake8-noqa==1.3.1 ; python_version >= "3.8" # must match .pre-commit-config.yaml
6+ flake8-pyi==23.3.0 ; python_version >= "3.8" # must match .pre-commit-config.yaml
77isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
88mypy==1.1.1
99packaging==23.0
You can’t perform that action at this time.
0 commit comments