Skip to content

Commit f4a4aee

Browse files
authored
Merge pull request #154 from NHSDigital/dependabot/pip/ruff-0.5.0
build(deps-dev): bump ruff from 0.1.11 to 0.5.0
2 parents 11aa93f + de20d44 commit f4a4aee

3 files changed

Lines changed: 24 additions & 23 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ black-check:
2121
poetry run black . --check
2222

2323
ruff: black
24-
poetry run ruff --fix --show-fixes .
24+
poetry run ruff check --fix --show-fixes .
2525

2626
ruff-check:
27-
poetry run ruff .
27+
poetry run ruff check .
2828

2929
ruff-ci:
30-
poetry run ruff --output-format=github .
30+
poetry run ruff check --output-format=github .
3131

3232
lint: ruff
3333
npm run lint

poetry.lock

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gitpython = "^3.1.41"
3131

3232

3333
[tool.poetry.dev-dependencies]
34-
ruff = "^0.1.5"
34+
ruff = "^0.5.0"
3535
black = "^24.3.0"
3636
pip-licenses = "^4.3.3"
3737
jinja2 = "^3.1.4"

0 commit comments

Comments
 (0)