Skip to content

Commit

Permalink
Merge 1cce6da into 0e36d0f
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed May 13, 2024
2 parents 0e36d0f + 1cce6da commit 8a40518
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand All @@ -17,20 +17,20 @@ repos:

# Ruff replaces black, flake8, autoflake and isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.14' # make sure this is always consistent with hatch configs
rev: 'v0.4.4' # make sure this is always consistent with hatch configs
hooks:
- id: ruff
- id: ruff-format
args: [--check, --config, ./pyproject.toml]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.8.0' # make sure this is always consistent with hatch configs
rev: 'v1.10.0' # make sure this is always consistent with hatch configs
hooks:
- id: mypy
args: ["--install-types", "--non-interactive"]
additional_dependencies: [types-tabulate, types-cachetools]

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout

0 comments on commit 8a40518

Please sign in to comment.