Skip to content

Commit

Permalink
styxdefs 0.4 features
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Nov 23, 2024
1 parent 47da871 commit 8243fe7
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 181 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ repos:
- id: poetry-check

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.8.0
hooks:
- id: ruff
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.13.0
hooks:
- id: mypy
args: [--ignore-missing-imports]
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pretty-format-yaml
args:
Expand All @@ -32,7 +32,7 @@ repos:
- --no-sort

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-case-conflict
- id: end-of-file-fixer
Expand Down
Loading

0 comments on commit 8243fe7

Please sign in to comment.