FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-devtools/.pre-commit-config.yaml at main · Zahgon/python-devtools · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Zahgon
/
python-devtools
Public
forked from
samuelcolvin/python-devtools
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-devtools
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (24 loc) · 509 Bytes
Breadcrumbs
python-devtools
/
.pre-commit-config.yaml
Copy path
File metadata and controls
25 lines (24 loc) · 509 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
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.3.0
hooks
:
-
id
:
check-yaml
-
id
:
check-toml
-
id
:
end-of-file-fixer
-
id
:
trailing-whitespace
-
repo
:
local
hooks
:
-
id
:
ruff
name
:
Ruff
entry
:
ruff
args
:
[--fix, --exit-non-zero-on-fix]
types
:
[python]
language
:
system
files
:
^devtools/|^tests/
-
id
:
black
name
:
Black
entry
:
black
types
:
[python]
language
:
system
files
:
^devtools/|^tests/
exclude
:
test_expr_render.py
Back
|
FazBrowse Home
|
New Git URL