FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-cli-template/.pre-commit-config.yaml at master · remarkablemark/python-cli-template · GitHub
remarkablemark
/
python-cli-template
Public template
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-cli-template
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (27 loc) · 788 Bytes
Breadcrumbs
python-cli-template
/
.pre-commit-config.yaml
Copy path
File metadata and controls
29 lines (27 loc) · 788 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
#
See https://pre-commit.com for more information
#
See https://pre-commit.com/hooks.html for more hooks
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v6.0.0
hooks
:
-
id
:
check-added-large-files
-
id
:
check-case-conflict
-
id
:
check-merge-conflict
-
id
:
check-symlinks
-
id
:
check-yaml
-
id
:
debug-statements
-
id
:
end-of-file-fixer
-
id
:
mixed-line-ending
-
id
:
requirements-txt-fixer
-
id
:
trailing-whitespace
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
rev
:
v0.15.2
hooks
:
-
id
:
ruff
args
:
[--fix]
-
id
:
ruff-format
-
repo
:
https://github.com/pre-commit/mirrors-mypy
rev
:
v1.19.1
hooks
:
-
id
:
mypy
entry
:
bash -c 'uv run mypy .'
Back
|
FazBrowse Home
|
New Git URL