Skip to content

Commit 722d45e

Browse files
author
Hugo Osvaldo Barrera
committed
Remove useless comment
1 parent 962754e commit 722d45e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/PyCQA/flake8
18-
rev: "3.9.2" # pick a git hash / tag to point to
18+
rev: "3.9.2"
1919
hooks:
2020
- id: flake8
2121
additional_dependencies:
@@ -27,6 +27,6 @@ repos:
2727
- id: pyupgrade
2828
args: [--py36-plus]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: 'v0.910' # Use the sha / tag you want to point at
30+
rev: 'v0.910'
3131
hooks:
3232
- id: mypy

0 commit comments

Comments
 (0)