Skip to content

Commit 723427f

Browse files
committed
remove pre-commit-ci checks
1 parent bb92c9c commit 723427f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/dependabot.yml

-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ updates:
1313
prefix: "[pip]"
1414
include: "scope"
1515
target-branch: "main"
16-
ignore:
17-
# I've chose to ignroe pyright from Dependabot
18-
# As most of the time, it's pulled from upstream, which is Microsoft
19-
# Most of the time there isn't much changes that need to be addressed
20-
# Poetry should always install the latest version instead
21-
- dependency-name: "pyright"
22-
update-types: ["version-update:semver-patch"]
2316
groups:
2417
dev-deps:
2518
dependency-type: "development"

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
# We want to filter out dependabot and pre-commit
1313
# automated pushes to main
14-
if: ${{ github.actor != 'dependabot[bot]' && 'pre-commit-ci[bot]'}}
14+
if: ${{ github.actor != 'dependabot[bot]'}}
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)