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: 24.3.0 → 24.10.0](psf/black@24.3.0...24.10.0)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.13.0](pre-commit/mirrors-mypy@v1.9.0...v1.13.0)
- [github.com/PyCQA/pylint: v3.1.0 → v3.3.1](pylint-dev/pylint@v3.1.0...v3.3.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 970560b commit 7f2ef50
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: 24.3.0
rev: 24.10.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: v5.0.0 # Use the ref you want to point at
hooks:
- id: check-json
- id: check-xml
Expand All @@ -29,14 +29,14 @@ repos:
description: Forces line endings to the UNIX LF character

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

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

0 comments on commit 7f2ef50

Please sign in to comment.