Skip to content

Commit

Permalink
Merge pull request #692 from gaphor/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
danyeaw authored Oct 6, 2023
2 parents 8d33d2c + 8717712 commit a740b05
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 159 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
repos:
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
- tomli
- repo: https://github.com/psf/black
rev: 23.9.1
hooks:
Expand All @@ -18,7 +20,7 @@ repos:
- id: check-toml
- id: check-yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.291'
rev: 'v0.0.292'
hooks:
- id: ruff
args: [--fix]
Loading

0 comments on commit a740b05

Please sign in to comment.