Skip to content

Commit

Permalink
Merge pull request #461 from scikit-hep/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
chore(deps): pre-commit.ci autoupdate
  • Loading branch information
jonas-eschle authored Jan 9, 2024
2 parents 566f8bf + ff4b84d commit 72dbc2c
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
Expand Up @@ -23,7 +23,7 @@ repos:
args: ["--include-version-classifiers", "--max-py-version=3.11"]

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: ["-a", "from __future__ import annotations"]
Expand All @@ -35,25 +35,25 @@ repos:
args: ["--py38-plus"]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.0
rev: 1.7.1
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.31.0]
args: ["--py38-plus"]

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.10.1
rev: 23.12.1
hooks:
- id: black-jupyter

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.8.0
hooks:
- id: mypy
files: src
Expand Down

0 comments on commit 72dbc2c

Please sign in to comment.