FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
GitPython/.pre-commit-config.yaml at 3.1.38 · gitpython-developers/GitPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
989
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
34
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
GitPython
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (35 loc) · 831 Bytes
Breadcrumbs
GitPython
/
.pre-commit-config.yaml
Copy path
File metadata and controls
39 lines (35 loc) · 831 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
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
repos
:
-
repo
:
https://github.com/psf/black-pre-commit-mirror
rev
:
23.9.1
hooks
:
-
id
:
black
alias
:
black-check
name
:
black (check)
args
:
[--check, --diff]
exclude
:
^git/ext/
stages
:
[manual]
-
id
:
black
alias
:
black-format
name
:
black (format)
exclude
:
^git/ext/
-
repo
:
https://github.com/PyCQA/flake8
rev
:
6.1.0
hooks
:
-
id
:
flake8
additional_dependencies
:
-
flake8-bugbear==23.9.16
-
flake8-comprehensions==3.14.0
-
flake8-typing-imports==1.14.0
exclude
:
^doc|^git/ext/
-
repo
:
https://github.com/shellcheck-py/shellcheck-py
rev
:
v0.9.0.5
hooks
:
-
id
:
shellcheck
args
:
[--color]
exclude
:
^git/ext/
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.4.0
hooks
:
-
id
:
check-toml
-
id
:
check-yaml
-
id
:
check-merge-conflict
Back
|
FazBrowse Home
|
New Git URL