Skip to content

Commit be62027

Browse files
committed
chore(deps): added in --dev pre-commit and update .pre-commit-config.yaml
1 parent 21b5d87 commit be62027

3 files changed

Lines changed: 168 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
repos:
2-
- repo: local
2+
- repo: local
33
hooks:
4-
- id: codeclone
4+
- id: codeclone
55
name: CodeClone
66
entry: codeclone
7-
language: python
8-
args: [".", "--fail-on-new"]
9-
types: [python]
7+
language: system
8+
pass_filenames: false
9+
args: [ ".", "--ci" ]
10+
types: [ python ]

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,8 @@ select = ["E", "F", "W", "I", "B", "UP", "SIM", "C4", "PIE", "PERF", "RUF"]
107107
quote-style = "double"
108108
indent-style = "space"
109109
line-ending = "auto"
110+
111+
[dependency-groups]
112+
dev = [
113+
"pre-commit>=4.5.1",
114+
]

0 commit comments

Comments
 (0)