Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#6)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.3.0 → 23.10.1](psf/black@23.3.0...23.10.1)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.6.1](pre-commit/mirrors-mypy@v1.1.1...v1.6.1)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.6](codespell-project/codespell@v2.2.4...v2.2.6)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.15.0](asottile/pyupgrade@v3.3.1...v3.15.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 9, 2023
1 parent 5f717a4 commit e3560ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -19,22 +19,22 @@ repos:
name: isort (python)
args: ["--profile", "black", ]
- repo: https://github.com/PyCQA/flake8
rev: '6.0.0'
rev: '6.1.0'
hooks:
- id: flake8
additional_dependencies: ['flake8-bugbear']
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.1.1'
rev: 'v1.6.1'
hooks:
- id: mypy
- repo: https://github.com/codespell-project/codespell
rev: 'v2.2.4'
rev: 'v2.2.6'
hooks:
- id: codespell
args: ["-I", "codespell.txt"]
exclude: '.*\.ipynb'
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.15.0
hooks:
- id: pyupgrade

Expand Down

0 comments on commit e3560ee

Please sign in to comment.