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: 23.12.1 → 24.8.0](psf/black@23.12.1...24.8.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.2](pre-commit/mirrors-mypy@v1.8.0...v1.11.2)
- [github.com/PyCQA/pylint: v3.0.3 → v3.2.7](pylint-dev/pylint@v3.0.3...v3.2.7)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent 594011b commit 9381244
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.8.0
hooks:
- id: black
additional_dependencies: ['click<8.1']
Expand All @@ -13,7 +13,7 @@ repos:
["--line-length=100"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Use the ref you want to point at
rev: v4.6.0 # Use the ref you want to point at
hooks:
- id: check-json
- id: check-xml
Expand All @@ -30,14 +30,14 @@ repos:
description: Forces line endings to the UNIX LF character

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.8.0'
rev: 'v1.11.2'
hooks:
- id: mypy
args: ["--config-file=.mypy.ini"]
additional_dependencies: ['numpy>=1.21.2']

- repo: https://github.com/PyCQA/pylint
rev: 'v3.0.3'
rev: 'v3.2.7'
hooks:
- id: pylint
name: pylint
Expand Down

0 comments on commit 9381244

Please sign in to comment.