Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

[pre-commit.ci] pre-commit autoupdate #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.13.2
hooks:
- id: isort

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

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v5.0.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: 7.1.1
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.11.2' # Use the sha / tag you want to point at
hooks:
- id: mypy
additional_dependencies: [tokenize-rt==3.2.0]
Expand Down
Loading