FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
quantifying/.pre-commit-config.yaml at main · creativecommons/quantifying · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
creativecommons
/
quantifying
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
74
Star
48
Code
Issues
25
Pull requests
7
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
quantifying
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (40 loc) · 1.13 KB
Breadcrumbs
quantifying
/
.pre-commit-config.yaml
Copy path
File metadata and controls
45 lines (40 loc) · 1.13 KB
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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
See https://pre-commit.com for more information
#
See https://pre-commit.com/hooks.html for more hooks
default_language_version
:
python
:
python3.11
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.6.0
hooks
:
-
id
:
check-added-large-files
-
id
:
check-ast
-
id
:
check-case-conflict
-
id
:
check-docstring-first
-
id
:
check-executables-have-shebangs
-
id
:
check-json
-
id
:
check-merge-conflict
-
id
:
check-toml
-
id
:
check-yaml
-
id
:
destroyed-symlinks
-
id
:
end-of-file-fixer
-
id
:
mixed-line-ending
args
:
-
--fix=auto
#
replaces automatically the most frequent line ending.
-
id
:
trailing-whitespace
-
repo
:
local
hooks
:
-
id
:
black
name
:
"
Black
"
entry
:
black
language
:
system
types
:
["file", "python", "text"]
-
id
:
flake8
name
:
"
Flake8
"
entry
:
flake8
language
:
system
types
:
["file", "python", "text"]
-
id
:
isort
name
:
"
isort
"
entry
:
isort --filter-files
language
:
system
types
:
["file", "python", "text"]
Back
|
FazBrowse Home
|
New Git URL