FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-amazon-mws/.pre-commit-config.yaml at examples/xml · python-amazon-mws/python-amazon-mws · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jan 4, 2025. It is now read-only.
python-amazon-mws
/
python-amazon-mws
Public archive
Notifications
You must be signed in to change notification settings
Fork
204
Star
380
Code
Issues
2
Pull requests
1
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-amazon-mws
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (34 loc) · 942 Bytes
Breadcrumbs
python-amazon-mws
/
.pre-commit-config.yaml
Copy path
File metadata and controls
34 lines (34 loc) · 942 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
default_language_version
:
python
:
python3.11
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
"
v4.4.0
"
hooks
:
-
id
:
check-ast
-
id
:
check-case-conflict
-
id
:
check-toml
-
id
:
check-yaml
-
id
:
end-of-file-fixer
-
id
:
fix-byte-order-marker
-
id
:
trailing-whitespace
args
:
[--markdown-linebreak-ext=md]
-
repo
:
https://github.com/psf/black
rev
:
"
22.12.0
"
hooks
:
-
id
:
black
-
repo
:
https://github.com/PyCQA/isort
rev
:
5.11.0
hooks
:
-
id
:
isort
-
repo
:
https://github.com/PyCQA/flake8
rev
:
"
6.0.0
"
hooks
:
-
id
:
flake8
-
repo
:
https://github.com/PyCQA/bandit/
rev
:
"
1.7.4
"
hooks
:
-
id
:
bandit
#
We're not using a full pyproject.toml here,
#
but we can trick bandit into using a separate toml config
args
:
["-c", "bandit.toml"]
additional_dependencies
:
[ "bandit[toml]" ]
Back
|
FazBrowse Home
|
New Git URL