Skip to content

Commit

Permalink
remove flake8 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
odrling committed Mar 16, 2024
1 parent 1a1ef63 commit 4b89980
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion dakara_server/internal/cache_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def handle_decorator(field):
)
def handle(sender, **kwargs):
instance = kwargs.get("instance")
field.on_delete(instance, self)
field.cache_on_delete(instance, self)

return handle

Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[flake8]
max-line-length = 88
ignore = E203, W503

[coverage:run]
omit = */tests/*, */conftest.py

Expand Down

0 comments on commit 4b89980

Please sign in to comment.