mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-29 14:49:22 +01:00
Compare commits
3 Commits
dcce6c11a0
...
3382077bb3
Author | SHA1 | Date | |
---|---|---|---|
3382077bb3 | |||
2ab372c81a | |||
bb21a19ba5 |
8
.pre-commit-config.yaml
vendored
8
.pre-commit-config.yaml
vendored
@ -1,5 +1,3 @@
|
|||||||
# @format
|
|
||||||
|
|
||||||
# SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
# SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
@ -11,8 +9,10 @@ ci:
|
|||||||
skip: [prettier, pylint]
|
skip: [prettier, pylint]
|
||||||
|
|
||||||
default_language_version:
|
default_language_version:
|
||||||
node: lts
|
node: "lts"
|
||||||
ruby: .ruby-version
|
# Remember .python-version and pyproject.toml !
|
||||||
|
python: "3.12"
|
||||||
|
ruby: ".ruby-version"
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.12.4
|
@ -1,16 +1,16 @@
|
|||||||
# Black
|
# Black
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 79
|
line-length = 79
|
||||||
target-version = ['py310']
|
target-version = ['py312']
|
||||||
preview = true
|
preview = true
|
||||||
|
|
||||||
# Mypy
|
# Mypy
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
python_version = '3.10'
|
python_version = '3.12'
|
||||||
|
|
||||||
# Pylint
|
# Pylint
|
||||||
[tool.pylint.main]
|
[tool.pylint.main]
|
||||||
py-version = "3.10"
|
py-version = "3.12"
|
||||||
jobs = 0
|
jobs = 0
|
||||||
|
|
||||||
[tool.pylint.basic]
|
[tool.pylint.basic]
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 0c238c199097d2c4ae523c7888506c0924474582
|
Subproject commit ee8720a71b5968e16f0d621514baf35ca5cde451
|
Loading…
Reference in New Issue
Block a user