Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
repos:

- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 6.0.1
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 25.1.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.3.0
hooks:
- id: flake8

Expand All @@ -27,12 +27,12 @@ repos:
- id: darglint

- repo: https://github.com/PyCQA/pylint
rev: v2.16.1
rev: v3.3.8
hooks:
- id: pylint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.17.1
hooks:
- id: mypy
additional_dependencies: [types-pkg_resources]
Loading