FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
testcontainers-python/.pre-commit-config.yaml at main · OverkillGuy/testcontainers-python · GitHub
OverkillGuy
/
testcontainers-python
Public
forked from
testcontainers/testcontainers-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
testcontainers-python
/
.pre-commit-config.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (27 loc) · 874 Bytes
Breadcrumbs
testcontainers-python
/
.pre-commit-config.yaml
Copy path
File metadata and controls
30 lines (27 loc) · 874 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
default_language_version
:
python
:
python3
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
'
v4.5.0
'
hooks
:
-
id
:
check-toml
-
id
:
trailing-whitespace
-
id
:
end-of-file-fixer
-
repo
:
https://github.com/astral-sh/ruff-pre-commit
rev
:
'
v0.3.5
'
hooks
:
-
id
:
ruff
#
Explicitly setting config to prevent Ruff from using `pyproject.toml` in sub packages.
args
:
[ '--fix', '--exit-non-zero-on-fix', '--config', 'pyproject.toml' ]
-
id
:
ruff-format
args
:
[ '--config', 'pyproject.toml' ]
#
- repo: local
#
hooks:
#
- id: mypy
#
name: mypy
#
entry: poetry run mypy
#
args: ["--config-file", "pyproject.toml"]
#
files: "core" # start with the core being type checked
#
language: system
#
types: [ python ]
#
require_serial: true
Back
|
FazBrowse Home
|
New Git URL