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/Lucas-C/pre-commit-hooks: v1.3.1 → v1.5.5](Lucas-C/pre-commit-hooks@v1.3.1...v1.5.5)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0)
- [github.com/psf/black: 22.10.0 → 24.4.2](psf/black@22.10.0...24.4.2)
- [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/PyCQA/flake8: 5.0.4 → 7.1.0](PyCQA/flake8@5.0.4...7.1.0)
- [github.com/PyCQA/pylint: v2.15.5 → v3.2.4](pylint-dev/pylint@v2.15.5...v3.2.4)
- [github.com/pre-commit/mirrors-mypy: v0.982 → v1.10.1](pre-commit/mirrors-mypy@v0.982...v1.10.1)
- [github.com/asottile/pyupgrade: v3.2.0 → v3.16.0](asottile/pyupgrade@v3.2.0...v3.16.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2024
1 parent 1876c51 commit 91ee4f0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.3.1
rev: v1.5.5
hooks:
- id: remove-tabs

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand All @@ -16,14 +16,14 @@ repos:
- id: check-ast

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 24.4.2
hooks:
- id: black
args: ['--line-length', '110']
additional_dependencies: ['click==8.0.4']

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
args:
Expand All @@ -32,18 +32,18 @@ repos:
- --line-length=110

- repo: https://github.com/PyCQA/flake8
rev: '5.0.4'
rev: '7.1.0'
hooks:
- id: flake8
additional_dependencies: ['pep8-naming', 'flake8-docstrings']

- repo: https://github.com/PyCQA/pylint
rev: v2.15.5
rev: v3.2.4
hooks:
- id: pylint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v1.10.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -57,7 +57,7 @@ repos:
- --no-strict-optional

- repo: https://github.com/asottile/pyupgrade
rev: v3.2.0
rev: v3.16.0
hooks:
- id: pyupgrade

Expand Down

0 comments on commit 91ee4f0

Please sign in to comment.