Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit config and sync dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 8, 2023
1 parent aba5982 commit 7d2053c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-useless-excludes

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-case-conflict
Expand All @@ -38,7 +38,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.1.0rc0
rev: 0.1.0rc1
hooks:
- id: check-dev-files
args:
Expand Down Expand Up @@ -152,7 +152,7 @@ repos:
- id: pyright

- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade
args:
Expand Down
7 changes: 0 additions & 7 deletions .taplo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
exclude = [
"**/Cargo.toml",
"**/Manifest.toml",
"**/Project.toml",
"labels*.toml",
"labels/*.toml",
]

[formatting]
align_comments = false
Expand Down

0 comments on commit 7d2053c

Please sign in to comment.