Skip to content

Commit 2c1d219

Browse files
committed
Merge branch 'release/1.3.0'
2 parents ce1ec11 + df91333 commit 2c1d219

File tree

4 files changed

+178
-384
lines changed

4 files changed

+178
-384
lines changed

.flake8

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,6 @@ ignore =
9393
; Found a too complex `f` string
9494
WPS237,
9595

96-
; all init files
97-
__init__.py:
98-
; ignore not used imports
99-
F401,
100-
; ignore import with wildcard
101-
F403,
102-
; Found wrong metadata variable
103-
WPS410,
104-
10596
per-file-ignores =
10697
; all tests
10798
test_*.py,tests.py,tests_*.py,*/tests/*:
@@ -116,6 +107,15 @@ per-file-ignores =
116107
; Found complex default value
117108
WPS404,
118109

110+
; all init files
111+
__init__.py:
112+
; ignore not used imports
113+
F401,
114+
; ignore import with wildcard
115+
F403,
116+
; Found wrong metadata variable
117+
WPS410,
118+
119119
exclude =
120120
./.git,
121121
./venv,

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
contents: write
5252
strategy:
5353
matrix:
54-
py_version: ["3.7", "3.8", "3.9", "3.10"]
54+
py_version: ["3.8", "3.9", "3.10", "3.11"]
5555
os: [ubuntu-latest, windows-latest]
5656
runs-on: "${{ matrix.os }}"
5757
steps:

0 commit comments

Comments
 (0)