Skip to content

Commit

Permalink
Merge branch 'autoatml:main' into fix_custom_yaml_loading
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash authored Jan 7, 2025
2 parents 113ab43 + bb342fb commit 05416e4
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 @@ -9,7 +9,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.6
hooks:
- id: ruff
args: [--fix, --extend-ignore, FA102]
Expand Down Expand Up @@ -39,7 +39,7 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
files: ^autoplex/.*\.py$
Expand Down

0 comments on commit 05416e4

Please sign in to comment.