Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f7117 commit 50c2179Copy full SHA for 50c2179
1 file changed
pre_commit/commands/sample_config.py
@@ -1,7 +1,3 @@
1
-# TODO: maybe `git ls-remote git://github.com/pre-commit/pre-commit-hooks` to
2
-# determine the latest revision? This adds ~200ms from my tests (and is
3
-# significantly faster than https:// or http://). For now, periodically
4
-# manually updating the revision is fine.
5
from __future__ import annotations
6
SAMPLE_CONFIG = '''\
7
# See https://pre-commit.com for more information
0 commit comments