Skip to content

Commit ec91ef8

Browse files
chore: pre-commit autoupdate (#113)
updates: - [github.com/PyCQA/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nicholas Smith <nick.smith@cern.ch>
1 parent 82aa26d commit ec91ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
additional_dependencies: [black==22.3.0]
5656

5757
- repo: https://github.com/PyCQA/isort
58-
rev: 7.0.0
58+
rev: 8.0.1
5959
hooks:
6060
- id: isort
6161
args: ["-a", "from __future__ import annotations"] # Python 3.7+

0 commit comments

Comments
 (0)