Skip to content

Commit b85bd34

Browse files
committed
update flake8
1 parent 4e0aa5b commit b85bd34

3 files changed

Lines changed: 325 additions & 326 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
runs-on: ubuntu-latest
1111
strategy:
12-
max-parallel: 4
12+
max-parallel: 5
1313
matrix:
1414
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1515

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ verify_ssl = true
55

66
[dev-packages]
77
black = "*"
8-
flake8 = "<6"
8+
flake8 = "*"
99
importlib-metadata = "*"
1010
pytest = "*"
1111
pytest-mock = "*"

0 commit comments

Comments
 (0)