Skip to content

Commit 78a3dd7

Browse files
[pre-commit.ci] pre-commit autoupdate (#78)
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.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 a2ea123 commit 78a3dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

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

4545
- repo: https://github.com/PyCQA/isort
46-
rev: 6.0.0
46+
rev: 6.0.1
4747
hooks:
4848
- id: isort
4949
args: ["-a", "from __future__ import annotations"] # Python 3.7+

0 commit comments

Comments
 (0)