Skip to content

Commit

Permalink
Fix black <> flake8 conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ceholden committed Jan 3, 2025
1 parent 05a29a6 commit cccee69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions csdap_bulk_download/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
class AuthError(Exception):
...
class AuthError(Exception): ...
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
max-line-length = 88
extend-ignore = E203,E701

0 comments on commit cccee69

Please sign in to comment.