Skip to content

Commit

Permalink
Merge branch 'develop' into isort
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast authored Aug 18, 2024
2 parents d9f903f + f39b050 commit 80156e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
workflows:
patterns:
- '*'
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-toml
- id: check-yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.1
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down Expand Up @@ -42,6 +42,7 @@ repos:
hooks:
- id: check-circle-ci
- id: check-github-workflows
- id: check-dependabot
- repo: meta
hooks:
- id: check-hooks-apply
Expand Down

0 comments on commit 80156e4

Please sign in to comment.