Skip to content

Commit 80f98c7

Browse files
committed
Upgrade pre-commit
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
1 parent a48f22a commit 80f98c7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: pyupgrade
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.8.0
19+
rev: 5.9.1
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/psf/black

src/pytest_devpi/version.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
""" Version information """
2+
3+
__version__ = "0.1.dev1+gc78a9e3.d20210617"

0 commit comments

Comments
 (0)