Skip to content

Commit 8b5af52

Browse files
committed
chore(abr_testing,hardware-testing): update lint
The other projecs use more recent flake8, let's do it here too.
1 parent 881bdbc commit 8b5af52

File tree

4 files changed

+81
-93
lines changed

4 files changed

+81
-93
lines changed

abr-testing/Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ pytest = "==7.1.1"
3030
pytest-cov = "==2.10.1"
3131
mypy = "==1.8.0"
3232
black = "==22.3.0"
33-
flake8 = "~=3.9.0"
34-
flake8-annotations = "~=2.6.2"
35-
flake8-docstrings = "~=1.6.0"
36-
flake8-noqa = "~=1.2.1"
33+
flake8 = "~=7.0.0"
34+
flake8-annotations = "~=3.0.1"
35+
flake8-docstrings = "~=1.7.0"
36+
flake8-noqa = "~=1.4.0"
3737
requests = "==2.27.1"
3838
types-requests = "==2.25.6"
3939
google-api-python-client-stubs = "*"

abr-testing/Pipfile.lock

Lines changed: 41 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hardware-testing/Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ pytest = "==7.1.1"
2121
pytest-cov = "==2.10.1"
2222
mypy = "==1.11.0"
2323
black = "==22.3.0"
24-
flake8 = "~=3.9.0"
25-
flake8-annotations = "~=2.6.2"
26-
flake8-docstrings = "~=1.6.0"
27-
flake8-noqa = "~=1.2.1"
24+
flake8 = "~=7.0.0"
25+
flake8-annotations = "~=3.0.1"
26+
flake8-docstrings = "~=1.7.0"
27+
flake8-noqa = "~=1.4.0"
2828
requests = "==2.27.1"
2929
types-requests = "==2.25.6"
3030
pyusb = "==1.2.1"

hardware-testing/Pipfile.lock

Lines changed: 32 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)