File tree Expand file tree Collapse file tree 3 files changed +22
-12
lines changed
Expand file tree Collapse file tree 3 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616
1717 steps :
1818 - uses : actions/checkout@v2
19- - name : Set up Python 3.7
19+ - name : Set up Python 3.9
2020 uses : actions/setup-python@v2
2121 with :
22- python-version : 3.7
22+ python-version : 3.9
2323 - name : Install dependencies
2424 run : |
2525 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1+ repos :
2+ - repo : https://github.com/PyCQA/flake8
3+ rev : 6.0.0
4+ hooks :
5+ - id : flake8
6+ additional_dependencies : [
7+ ' flake8-bugbear>=22.10.27' ,
8+ ' flake8-comprehensions>=3.10' ,
9+ ' flake8-debugger' ,
10+ ' flake8-docstrings>=1.6.0' ,
11+ ' flake8-isort>=5.0' ,
12+ ' flake8-pylint' ,
13+ ' flake8-rst-docstrings' ,
14+ ' flake8-string-format'
15+ ]
Original file line number Diff line number Diff line change 1- flake8
2- flake8-broken-line
3- flake8-bugbear
4- flake8-commas
5- flake8-comprehensions
1+ flake8>=6.0.0
2+ flake8-bugbear>=22.10.27
3+ flake8-comprehensions>=3.10
64flake8-debugger
7- flake8-docstrings
8- flake8-eradicate
9- flake8-isort
10- flake8-isort
5+ flake8-docstrings>=1.6.0
6+ flake8-isort>=5.0
117flake8-pylint
12- flake8-quotes
138flake8-rst-docstrings
149flake8-string-format
1510gpiozero
You can’t perform that action at this time.
0 commit comments