Skip to content

Commit 682a13e

Browse files
authored
add codeclimate config (#2)
* add codeclimate config * fix ruff pre-commit
1 parent 80df730 commit 682a13e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.codeclimate.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: "2"
2+
3+
checks:
4+
argument-count:
5+
enabled: false

.pre-commit-config.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ repos:
33
rev: v0.4.5
44
hooks:
55
- id: ruff
6-
args: [ --fix ]
7-
- id: ruff-format
86
- repo: local
97
hooks:
108
- id: pytest

0 commit comments

Comments
 (0)