Skip to content

Commit

Permalink
Merge branch 'master' into agoose77/feat-support-shape-touched
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Oct 10, 2023
2 parents 9d94cb0 + 1aa0fbd commit c49a8bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ci:
for more information, see https://pre-commit.ci
autofix_prs: true
autoupdate_branch: ''
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_commit_msg: 'ci(pre-commit): pre-commit autoupdate'
autoupdate_schedule: weekly
skip: []
submodules: false
Expand All @@ -24,7 +24,7 @@ repos:
args: ["--profile", "black", "--filter-files"]

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

- repo: https://github.com/asottile/pyupgrade
rev: v3.14.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand Down

0 comments on commit c49a8bc

Please sign in to comment.