tsqn commited on
Commit
134567e
Β·
verified Β·
1 Parent(s): b40308a

Delete .pre-commit-config.yaml

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +0 -16
.pre-commit-config.yaml DELETED
@@ -1,16 +0,0 @@
1
- repos:
2
- - repo: https://github.com/astral-sh/ruff-pre-commit
3
- # Ruff version.
4
- rev: v0.2.2
5
- hooks:
6
- # Run the linter.
7
- - id: ruff
8
- args: [--fix] # Automatically fix issues if possible.
9
- types: [python] # Ensure it only runs on .py files.
10
-
11
- - repo: https://github.com/psf/black
12
- rev: 24.2.0 # Specify the version of Black you want
13
- hooks:
14
- - id: black
15
- name: Black code formatter
16
- language_version: python3 # Use the Python version you're targeting (e.g., 3.10)