Skip to content

Commit

Permalink
chore: amend .gitignore and flake8 excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Oct 2, 2024
1 parent 7ce2a46 commit fa1a0f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ __pycache__/
/.vscode/
/build
/venv
/.venv
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ release =
[flake8]
# Line length according to Black rules
max-line-length = 88
# Skip some directories
exclude =
.*
build
# Ignore rules which conflict with Black
ignore =
# C408 Unnecessary dict call - rewrite as a literal.
Expand Down

0 comments on commit fa1a0f2

Please sign in to comment.