FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
aws-cli/.pre-commit-config.yaml at develop · TeamWaggles/aws-cli · GitHub
TeamWaggles
/
aws-cli
Public
forked from
aws/aws-cli
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
aws-cli
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (25 loc) · 523 Bytes
Breadcrumbs
aws-cli
/
.pre-commit-config.yaml
Copy path
File metadata and controls
26 lines (25 loc) · 523 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
exclude
:
"
\
^(\
.github|\
.changes|\
docs/|\
awscli/examples|\
CHANGELOG.rst\
)
"
repos
:
-
repo
:
'
https://github.com/pre-commit/pre-commit-hooks
'
rev
:
v4.5.0
hooks
:
-
id
:
check-yaml
-
id
:
end-of-file-fixer
-
id
:
trailing-whitespace
-
repo
:
'
https://github.com/PyCQA/isort
'
rev
:
5.12.0
hooks
:
-
id
:
isort
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
rev
:
v0.4.8
hooks
:
-
id
:
ruff
args
:
[ --fix ]
-
id
:
ruff-format
Back
|
FazBrowse Home
|
New Git URL