Skip to content

Commit 74c56d5

Browse files
authored
Inline pre-commit linting (#7539)
1 parent d64b9ad commit 74c56d5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ updates:
1919
directory: "/"
2020
schedule:
2121
interval: "weekly"
22+
ignore:
23+
- dependency-name: "*"
24+
update-types: ["version-update:semver-patch"]
2225
cooldown:
2326
default-days: 7
2427
groups:

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ jobs:
1919
with:
2020
python-version: "3.x"
2121
- name: Run pre-commit
22-
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0
22+
run: |
23+
python -m pip install pre-commit==4.6.0
24+
pre-commit run --show-diff-on-failure --color=always --all-files

0 commit comments

Comments
 (0)