FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pre-commit/pre_commit/constants.py at main · pre-commit/pre-commit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pre-commit
/
pre-commit
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1k
Star
15.5k
Code
Issues
18
Pull requests
8
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
pre-commit
/
pre_commit
/
constants.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (8 loc) · 282 Bytes
Breadcrumbs
pre-commit
/
pre_commit
/
constants.py
Copy path
File metadata and controls
13 lines (8 loc) · 282 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
from
__future__
import
annotations
import
importlib
.
metadata
CONFIG_FILE
=
'.pre-commit-config.yaml'
MANIFEST_FILE
=
'.pre-commit-hooks.yaml'
# Bump when modifying `empty_template`
LOCAL_REPO_VERSION
=
'1'
VERSION
=
importlib
.
metadata
.
version
(
'pre_commit'
)
DEFAULT
=
'default'
Back
|
FazBrowse Home
|
New Git URL