FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
GitPython/.pre-commit-config.yaml at 3.1.57 · 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
40 lines (35 loc) · 897 Bytes
Breadcrumbs
GitPython
/
.pre-commit-config.yaml
Copy path
File metadata and controls
40 lines (35 loc) · 897 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
40
exclude
:
^(?:gitdb|smmap)/
repos
:
-
repo
:
https://github.com/codespell-project/codespell
rev
:
v2.4.3
hooks
:
-
id
:
codespell
additional_dependencies
:
[tomli]
exclude
:
^test/fixtures/
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
rev
:
v0.16.0
hooks
:
-
id
:
ruff-check
args
:
["--fix"]
exclude
:
^git/ext/
-
id
:
ruff-format
exclude
:
^git/ext/
-
repo
:
https://github.com/shellcheck-py/shellcheck-py
rev
:
v0.11.0.1
hooks
:
-
id
:
shellcheck
args
:
[--color]
exclude
:
^test/fixtures/polyglot$|^git/ext/
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v6.0.0
hooks
:
-
id
:
end-of-file-fixer
exclude
:
^test/fixtures/|COPYING|LICENSE
-
id
:
check-symlinks
-
id
:
check-toml
-
id
:
check-yaml
-
id
:
check-merge-conflict
-
repo
:
https://github.com/abravalheri/validate-pyproject
rev
:
v0.25
hooks
:
-
id
:
validate-pyproject
Back
|
FazBrowse Home
|
New Git URL