Skip to content

Commit 9282e95

Browse files
authored
Merge pull request #164 from NHSDigital/mesh-2092-dependabot-combined
MESH-2092 Combined Dependabot PRs
2 parents 25aaa52 + 382df43 commit 9282e95

4 files changed

Lines changed: 719 additions & 766 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ hadolint:
7373

7474

7575
ruff: black
76-
poetry run ruff --fix --show-fixes .
76+
poetry run ruff check --fix --show-fixes .
7777

7878
ruff-check:
79-
poetry run ruff .
79+
poetry run ruff check .
8080

8181
ruff-ci:
82-
poetry run ruff --output-format=github .
82+
poetry run ruff check --output-format=github .
8383

8484

8585
lint: ruff mypy shellcheck hadolint

0 commit comments

Comments
 (0)