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/psf/black: 22.8.0 → 23.12.1](psf/black@22.8.0...23.12.1)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.981 → v1.8.0](pre-commit/mirrors-mypy@v0.981...v1.8.0)
- [github.com/codespell-project/codespell: v2.2.1 → v2.2.6](codespell-project/codespell@v2.2.1...v2.2.6)
  • Loading branch information
pre-commit-ci[bot] committed Jan 1, 2024
1 parent 9ef1163 commit 533d41a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 23.12.1
hooks:
- id: black
args: ["-l", "81", "-t", "py36"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -18,16 +18,16 @@ repos:
- id: check-executables-have-shebangs
- id: debug-statements
- repo: https://github.com/PyCQA/flake8
rev: '5.0.4' # pick a git hash / tag to point to
rev: '6.1.0' # pick a git hash / tag to point to
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.981' # Use the sha / tag you want to point at
rev: 'v1.8.0' # Use the sha / tag you want to point at
hooks:
- id: mypy
exclude: "sunburst/examples/.*"
- repo: https://github.com/codespell-project/codespell
rev: 'v2.2.1'
rev: 'v2.2.6'
hooks:
- id: codespell
args: ["-I", "codespell.txt"]
Expand Down

0 comments on commit 533d41a

Please sign in to comment.