FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-django/.pre-commit-config.yaml at master · ERD-Codegen/python-django · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ERD-Codegen
/
python-django
Public
forked from
thanhdev/realworld-django-rest-framework-angular
Notifications
You must be signed in to change notification settings
Fork
2
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-django
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (32 loc) · 866 Bytes
Breadcrumbs
python-django
/
.pre-commit-config.yaml
Copy path
File metadata and controls
37 lines (32 loc) · 866 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
default_stages
:
[commit]
default_language_version
:
python
:
python3.10
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.5.0
hooks
:
-
id
:
trailing-whitespace
-
id
:
end-of-file-fixer
-
id
:
check-toml
-
id
:
check-xml
-
id
:
check-yaml
-
id
:
debug-statements
-
id
:
check-builtin-literals
-
id
:
check-case-conflict
-
id
:
check-docstring-first
-
id
:
detect-private-key
-
id
:
requirements-txt-fixer
#
Run the Ruff linter.
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
rev
:
v0.3.5
hooks
:
#
Linter
-
id
:
ruff
args
:
[--fix, --exit-non-zero-on-fix]
#
Formatter
-
id
:
ruff-format
#
sets up .pre-commit-ci.yaml to ensure pre-commit dependencies stay up to date
ci
:
autoupdate_schedule
:
weekly
skip
:
[]
submodules
:
false
Back
|
FazBrowse Home
|
New Git URL