Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into #6-apply-api-versio…
Browse files Browse the repository at this point in the history
…ning-and-enhance-folder-structure
  • Loading branch information
YousefAldabbas committed Jul 18, 2024
2 parents d5a968e + c19a540 commit 4be3c6a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ ignore =
WPS473,
; Found too many arguments
WPS211,
; Found local folder import
WPS300,
; multiple statements on one line (colon)
E701,
; Found incorrect node inside `class` body
WPS604,

per-file-ignores =
; all tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: format

on: push
on: [push, pull_request]

jobs:
black:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pytest

on: push
on: [push, pull_request]

jobs:
pytest:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,5 @@ pyrightconfig.json

# End of https://www.toptal.com/developers/gitignore/api/python

.vscode
.DS_Store

0 comments on commit 4be3c6a

Please sign in to comment.