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