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/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/psf/black: 22.3.0 → 23.9.1](psf/black@22.3.0...23.9.1)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.942 → v1.5.1](pre-commit/mirrors-mypy@v0.942...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 2, 2023
1 parent 78a498f commit a597897
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
@@ -1,17 +1,17 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.9.1
hooks:
- id: black
language_version: python3.7

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: check-added-large-files
args: ['--maxkb=5120']
Expand All @@ -20,15 +20,15 @@ repos:
- id: check-merge-conflict

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.1.0
hooks:
- id: flake8
# To turn this into an error, remove --exit-zero below
args: ['--config', '.flake8.config','--exit-zero']
verbose: true

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.942' # Use the sha / tag you want to point at
rev: 'v1.5.1' # Use the sha / tag you want to point at
hooks:
- id: mypy
additional_dependencies: [tokenize-rt==3.2.0]
Expand Down

0 comments on commit a597897

Please sign in to comment.