diff --git a/Makefile b/Makefile index cf46b5b..21cbec9 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ install: pip install -r dev-requirements.txt ruff: - ruff refurb test + ruff check refurb test mypy: mypy refurb @@ -40,7 +40,7 @@ docs: python3 -m docs.gen_checks fmt: - ruff refurb test --fix + ruff check refurb test --fix isort . black refurb test diff --git a/dev-requirements.txt b/dev-requirements.txt index 9e20cfa..3ec050b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ black==24.2.0 click==8.1.7 colorama==0.4.6 -coverage==7.4.1 +coverage==7.4.3 fastapi==0.100.0 iniconfig==2.0.0 isort==5.13.2 @@ -12,6 +12,6 @@ pathspec==0.12.1 platformdirs==4.2.0 pluggy==1.4.0 pytest-cov==4.1.0 -pytest==8.0.1 -ruff==0.2.2 -typos==1.18.2 +pytest==8.0.2 +ruff==0.3.0 +typos==1.19.0