Skip to content

Commit

Permalink
Bump the all-dependencies group with 13 updates (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent 8684fef commit 7b4233c
Show file tree
Hide file tree
Showing 4 changed files with 449 additions and 923 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ install: gen-basic
# flake8 configurations should go to the file setup.cfg E1101 must be checked in future (need upstream change of DrainBase)
lint: clean
poetry run flake8 models/uri_drain
poetry run pylint --disable=all --enable=E0602,E0603 models deploy benchmarks tests

.PHONY: fix
# fix problems described in CodingStyle.md - verify outcome with extra care
Expand Down Expand Up @@ -104,4 +103,4 @@ else
find . -name "__pycache__" -exec rm -r {} +
find . -name ".pytest_cache" -exec rm -r {} +
find . -name "*.pyc" -exec rm -r {} +
endif
endif
Loading

0 comments on commit 7b4233c

Please sign in to comment.