Skip to content

Commit

Permalink
Merge branch 'master' into decay_print_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Aug 9, 2024
2 parents 654e8ac + aa48566 commit 1d12a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.4"
rev: "v0.5.6"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -28,7 +28,7 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
files: '^src/decaylanguage/(decay|dec|utils)/'
Expand Down

0 comments on commit 1d12a3f

Please sign in to comment.