Skip to content

Commit

Permalink
Merge branch 'release/0.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Jun 11, 2023
2 parents 8c3786f + 01e2862 commit 8e00c47
Show file tree
Hide file tree
Showing 5 changed files with 259 additions and 414 deletions.
18 changes: 9 additions & 9 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,6 @@ ignore =
; Found function with too much cognitive complexity
WPS231,

; all init files
__init__.py:
; ignore not used imports
F401,
; ignore import with wildcard
F403,
; Found wrong metadata variable
WPS410,

per-file-ignores =
; all tests
test_*.py,tests.py,tests_*.py,*/tests/*:
Expand All @@ -96,6 +87,15 @@ per-file-ignores =
; Found too many arguments
WPS211,

; all init files
__init__.py:
; ignore not used imports
F401,
; ignore import with wildcard
F403,
; Found wrong metadata variable
WPS410,


exclude =
./.git,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- 5672:5672
strategy:
matrix:
py_version: ["3.7", "3.8", "3.9", "3.10"]
py_version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 8e00c47

Please sign in to comment.