File tree 3 files changed +22
-12
lines changed 3 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
19
- - name : Set up Python 3.7
19
+ - name : Set up Python 3.9
20
20
uses : actions/setup-python@v2
21
21
with :
22
- python-version : 3.7
22
+ python-version : 3.9
23
23
- name : Install dependencies
24
24
run : |
25
25
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
6
4
flake8-debugger
7
- flake8-docstrings
8
- flake8-eradicate
9
- flake8-isort
10
- flake8-isort
5
+ flake8-docstrings>=1.6.0
6
+ flake8-isort>=5.0
11
7
flake8-pylint
12
- flake8-quotes
13
8
flake8-rst-docstrings
14
9
flake8-string-format
15
10
gpiozero
You can’t perform that action at this time.
0 commit comments