Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 β†’ v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 β†’ v0.4.4](astral-sh/ruff-pre-commit@v0.1.14...v0.4.4)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 β†’ v1.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0)
- [github.com/kynan/nbstripout: 0.6.1 β†’ 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
  • Loading branch information
pre-commit-ci[bot] committed May 13, 2024
1 parent 0e36d0f commit 1cce6da
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 1cce6da

Please sign in to comment.