Skip to content

Commit

Permalink
chore(refactor): update pre-commit hook verions, pyupgrade target Pyt…
Browse files Browse the repository at this point in the history
…hon version
  • Loading branch information
jameslamb committed Aug 28, 2024
1 parent 4e32ded commit cedc33e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ repos:
- id: debug-statements
- id: requirements-txt-fixer
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.10.0'
rev: 'v1.11.2'
hooks:
- id: mypy
additional_dependencies: [types-PyYAML]
args: ["--config-file=pyproject.toml", "src/", "docs/"]
pass_filenames: false
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.15.2'
rev: 'v3.17.0'
hooks:
- id: pyupgrade
args:
- --py38-plus
- --py39-plus
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.3
rev: 0.29.2
hooks:
- id: check-metaschema
files: ^src/rapids_dependency_file_generator/schema.json$
Expand All @@ -33,7 +33,7 @@ repos:
args: ["--schemafile", "src/rapids_dependency_file_generator/schema.json"]
- id: check-github-workflows
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.6.2
hooks:
- id: ruff
files: src/.*$
Expand Down

0 comments on commit cedc33e

Please sign in to comment.