File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed
Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.0.1
3+ rev : v4.6.0
44 hooks :
55 - id : check-docstring-first
66 - id : end-of-file-fixer
77 - id : trailing-whitespace
88 - repo : https://github.com/asottile/setup-cfg-fmt
9- rev : v1.20 .0
9+ rev : v2.5 .0
1010 hooks :
1111 - id : setup-cfg-fmt
1212 - repo : https://github.com/PyCQA/flake8
13- rev : 4.0.1
13+ rev : 7.1.0
1414 hooks :
1515 - id : flake8
1616 args : [ "--ignore=E203,E501", "--max-complexity=12"]
17- additional_dependencies : [ flake8-typing-imports==1.7 .0 ]
18- - repo : https://github.com/myint /autoflake
19- rev : v1.4
17+ additional_dependencies : [ flake8-typing-imports==1.15 .0 ]
18+ - repo : https://github.com/PyCQA /autoflake
19+ rev : v2.3.1
2020 hooks :
2121 - id : autoflake
2222 args : [ "--in-place", "--remove-all-unused-imports" ]
2323 - repo : https://github.com/PyCQA/isort
24- rev : 5.10.1
24+ rev : 5.13.2
2525 hooks :
2626 - id : isort
2727 args : [ "--profile", "black" ]
2828 - repo : https://github.com/psf/black
29- rev : 22.3.0
29+ rev : 24.4.2
3030 hooks :
3131 - id : black
3232 - repo : https://github.com/asottile/pyupgrade
33- rev : v2.29.1
33+ rev : v3.17.0
3434 hooks :
3535 - id : pyupgrade
3636 args : [ --py37-plus, --keep-runtime-typing ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ url = https://github.com/fmi-basel/faim-jetraw
77author = Tim-Oliver Buchholz, Jan Eglinger
8899license = Apache-2.0
10- license_file = LICENSE
10+ license_files = LICENSE
1111classifiers =
1212 Development Status :: 3 - Alpha
1313 Intended Audience :: Developers
@@ -18,10 +18,6 @@ classifiers =
1818 Programming Language :: Python
1919 Programming Language :: Python :: 3
2020 Programming Language :: Python :: 3 :: Only
21- Programming Language :: Python :: 3.7
22- Programming Language :: Python :: 3.8
23- Programming Language :: Python :: 3.9
24- Programming Language :: Python :: 3.10
2521project_urls =
2622 Bug Tracker = https://github.com/fmi-basel/faim-jetraw/issues
2723 Documentation = https://github.com/fmi-basel/faim-jetraw# README.md
@@ -37,7 +33,7 @@ install_requires =
3733 numpy
3834 prefect
3935 tifffile
40- python_requires = >=3.7
36+ python_requires = >=3.8
4137package_dir =
4238 = src
4339setup_requires =
You can’t perform that action at this time.
0 commit comments