Skip to content

Commit

Permalink
add dependabot and update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Feb 1, 2024
1 parent 32f5dd0 commit c595e7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v3.1.0"
hooks:
- id: prettier
types_or: [markdown, yaml]

- repo: https://github.com/nbQA-dev/nbQA
rev: "1.7.0"
rev: "1.7.1"
hooks:
- id: nbqa-isort
additional_dependencies: [isort]
Expand Down

0 comments on commit c595e7d

Please sign in to comment.