Skip to content

Commit 43740e9

Browse files
authored
Merge pull request #7 from taskiq-python/feature/deps-update
2 parents c6de169 + da37a68 commit 43740e9

4 files changed

Lines changed: 320 additions & 453 deletions

File tree

.flake8

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,6 @@ ignore =
8989
; Do not perform function calls in argument defaults.
9090
B008,
9191

92-
; all init files
93-
__init__.py:
94-
; ignore not used imports
95-
F401,
96-
; ignore import with wildcard
97-
F403,
98-
; Found wrong metadata variable
99-
WPS410,
100-
10192
per-file-ignores =
10293
; all tests
10394
test_*.py,tests.py,tests_*.py,*/tests/*:
@@ -112,6 +103,15 @@ per-file-ignores =
112103
; Found complex default value
113104
WPS404,
114105

106+
; all init files
107+
__init__.py:
108+
; ignore not used imports
109+
F401,
110+
; ignore import with wildcard
111+
F403,
112+
; Found wrong metadata variable
113+
WPS410,
114+
115115
exclude =
116116
./.git,
117117
./venv,

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
pytest:
4949
strategy:
5050
matrix:
51-
py_version: ["3.7", "3.8", "3.9", "3.10"]
51+
py_version: ["3.8", "3.9", "3.10", "3.11"]
5252
runs-on: "ubuntu-latest"
5353
steps:
5454
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)