mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-02-07 05:49:50 +00:00
Tweak everything for 2023
This commit is contained in:
14
.pre-commit-config.yaml
Normal file
14
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
minimum_pre_commit_version: 2.15.0
|
||||
ci:
|
||||
autofix_prs: false
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.0.291
|
||||
hooks:
|
||||
- id: ruff
|
||||
args:
|
||||
- --fix
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.9.1
|
||||
hooks:
|
||||
- id: black
|
||||
Reference in New Issue
Block a user