Skip to content

Commit 8e00c47

Browse files
committed
Merge branch 'release/0.4.0'
2 parents 8c3786f + 01e2862 commit 8e00c47

File tree

5 files changed

+259
-414
lines changed

5 files changed

+259
-414
lines changed

.flake8

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ ignore =
6969
; Found function with too much cognitive complexity
7070
WPS231,
7171

72-
; all init files
73-
__init__.py:
74-
; ignore not used imports
75-
F401,
76-
; ignore import with wildcard
77-
F403,
78-
; Found wrong metadata variable
79-
WPS410,
80-
8172
per-file-ignores =
8273
; all tests
8374
test_*.py,tests.py,tests_*.py,*/tests/*:
@@ -96,6 +87,15 @@ per-file-ignores =
9687
; Found too many arguments
9788
WPS211,
9889

90+
; all init files
91+
__init__.py:
92+
; ignore not used imports
93+
F401,
94+
; ignore import with wildcard
95+
F403,
96+
; Found wrong metadata variable
97+
WPS410,
98+
9999

100100
exclude =
101101
./.git,

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- 5672:5672
4444
strategy:
4545
matrix:
46-
py_version: ["3.7", "3.8", "3.9", "3.10"]
46+
py_version: ["3.8", "3.9", "3.10", "3.11"]
4747
runs-on: "ubuntu-latest"
4848
steps:
4949
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)