Skip to content

Commit

Permalink
Fix flake8.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburbulla committed Nov 18, 2023
1 parent 0f572f4 commit 7b174c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ python_requires = >=3.8
# new major versions. This works if the required packages follow Semantic Versioning.
# For more information, check out https://semver.org/.
install_requires =
importlib-metadata; python_version<"3.8"
importlib-metadata==4.8.3
black # code formatting
flake8 # code analysis
flake8==5.0.4 # code analysis
isort # import sorting

# --------- loggers --------- #
Expand Down Expand Up @@ -138,6 +138,7 @@ exclude =
dist
.eggs
docs/conf.py
venv


[isort]
Expand Down

0 comments on commit 7b174c6

Please sign in to comment.