FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-spec-validator/.pre-commit-config.yaml at master · python-openapi/openapi-spec-validator · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-openapi
/
openapi-spec-validator
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
74
Star
407
Code
Issues
39
Pull requests
12
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
openapi-spec-validator
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
31 lines (27 loc) · 649 Bytes
Breadcrumbs
openapi-spec-validator
/
.pre-commit-config.yaml
Copy path
File metadata and controls
31 lines (27 loc) · 649 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
---
default_stages
:
[pre-commit, pre-push]
default_language_version
:
#
force all unspecified python hooks to run python3
python
:
python3
minimum_pre_commit_version
:
"
1.20.0
"
repos
:
-
repo
:
meta
hooks
:
-
id
:
check-hooks-apply
-
repo
:
https://github.com/asottile/pyupgrade
rev
:
v3.21.2
hooks
:
-
id
:
pyupgrade
args
:
["--py310-plus"]
-
repo
:
https://github.com/psf/black-pre-commit-mirror
rev
:
25.12.0
hooks
:
-
id
:
black
-
repo
:
https://github.com/pycqa/isort
rev
:
7.0.0
hooks
:
-
id
:
isort
-
repo
:
https://github.com/pycqa/flake8
rev
:
7.3.0
hooks
:
-
id
:
flake8
Back
|
FazBrowse Home
|
New Git URL