Skip to content

Commit

Permalink
Merge branch 'main' into update_pydeps2env
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored Aug 16, 2024
2 parents 186f44d + ccca913 commit 13ae65c
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 @@ -27,7 +27,7 @@ repos:
- mdformat-config
# ----- Python formatting -----
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
rev: v0.5.6
hooks:
# Run ruff linter.
- id: ruff
Expand All @@ -38,13 +38,13 @@ repos:
- id: ruff-format
# ----- repo maintenance -----
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
exclude: devtools/conda.recipe/meta.yaml # doesn't play nice with jinja
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.1.3
rev: 2.2.1
hooks:
- id: pyproject-fmt
- repo: https://github.com/abravalheri/validate-pyproject
Expand Down

0 comments on commit 13ae65c

Please sign in to comment.