chore: update pre-commit

This commit is contained in:
Laureηt 2022-11-08 17:54:03 +01:00
parent 8f36257ee6
commit 149766c1a0
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
2 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: "v2.37.3"
rev: "v3.2.0"
hooks:
- id: pyupgrade
@ -29,7 +29,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.971"
rev: "v0.990"
hooks:
- id: mypy
@ -40,7 +40,7 @@ repos:
name: isort (python)
- repo: https://github.com/psf/black
rev: "22.8.0"
rev: "22.10.0"
hooks:
- id: black
language_version: python

View file

@ -30,7 +30,6 @@ mypy = "^0.990"
pre-commit = "^2.20.0"
types-PyYAML = "^6.0.12.1"
[tool.poetry.group.notebook.dependencies]
ipykernel = "^6.17.0"
matplotlib = "^3.6.2"