File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ repos :
2
+ - repo : https://github.com/pre-commit/pre-commit-hooks
3
+ rev : v4.6.0
4
+ hooks :
5
+ - id : trailing-whitespace
6
+ - id : end-of-file-fixer
7
+ - id : check-yaml
8
+ - id : check-added-large-files
9
+
10
+ - repo : https://github.com/astral-sh/ruff-pre-commit
11
+ rev : v0.5.5
12
+ hooks :
13
+ - id : ruff
14
+ args : [--fix]
15
+ - id : ruff-format
16
+
17
+ - repo : https://github.com/psf/black-pre-commit-mirror
18
+ rev : 24.8.0
19
+ hooks :
20
+ - id : black
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies = [
25
25
requires-python = " >=3.9"
26
26
license = {file = " LICENSE" }
27
27
classifiers =[
28
- " Development Status :: 5 - Production/Stable" ,
28
+ " Development Status :: 5 - Production/Stable" ,
29
29
" Intended Audience :: Science/Research" ,
30
30
" Intended Audience :: Developers" ,
31
31
" License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
@@ -57,6 +57,7 @@ documentation = "https://contrib.scikit-learn.org/radius_clustering/"
57
57
58
58
[project .optional-dependencies ]
59
59
dev = [
60
+ " pre-commit>=3.8.0" ,
60
61
" pytest>=8.3.3" ,
61
62
" pytest-cov>=5.0.0" ,
62
63
" pandas" ,
You can’t perform that action at this time.
0 commit comments