Skip to content

Commit

Permalink
Update black
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Mar 21, 2024
1 parent a56195c commit 71c0853
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"divisions": {},
}


# Initialize configuration
class Config:
TESTING = False
Expand Down
44 changes: 24 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
attrs==23.1.0 ; python_version >= "3.10" and python_version < "4.0"
black==23.11.0 ; python_version >= "3.10" and python_version < "4.0"
black==24.3.0 ; python_version >= "3.10" and python_version < "4.0"
blinker==1.7.0 ; python_version >= "3.10" and python_version < "4.0"
brotli==1.1.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation == "CPython"
brotlicffi==1.1.0.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation == "PyPy"
Expand Down

0 comments on commit 71c0853

Please sign in to comment.