FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cmd2/.pre-commit-config.yaml at main · python-cmd2/cmd2 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-cmd2
/
cmd2
Public
Notifications
You must be signed in to change notification settings
Fork
132
Star
686
Code
Issues
1
Pull requests
2
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
cmd2
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (37 loc) · 1.01 KB
Breadcrumbs
cmd2
/
.pre-commit-config.yaml
Copy path
File metadata and controls
40 lines (37 loc) · 1.01 KB
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
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
"
v6.0.0
"
hooks
:
-
id
:
check-case-conflict
-
id
:
check-executables-have-shebangs
-
id
:
check-merge-conflict
-
id
:
check-toml
-
id
:
check-yaml
-
id
:
detect-private-key
-
id
:
end-of-file-fixer
-
id
:
fix-byte-order-marker
-
id
:
mixed-line-ending
-
id
:
trailing-whitespace
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
rev
:
"
v0.16.4
"
hooks
:
-
id
:
ruff-format
args
:
[--config=ruff.toml]
-
id
:
ruff-check
args
:
[--config=ruff.toml, --fix, --exit-non-zero-on-fix]
-
repo
:
https://github.com/pre-commit/mirrors-prettier
rev
:
"
v3.1.0
"
hooks
:
-
id
:
prettier
additional_dependencies
:
-
prettier@3.8.3
-
prettier-plugin-toml@2.0.6
-
repo
:
https://github.com/crate-ci/typos
rev
:
v1.49.1
hooks
:
-
id
:
typos
exclude
:
|
(?x)^(
ruff.toml|
tests/.*
)$
Back
|
FazBrowse Home
|
New Git URL