Skip to content

Commit 55a6080

Browse files
authored
Merge pull request #5 from fmi-basel/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 49fb249 + d2e000d commit 55a6080

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
repos:
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 ]

setup.cfg

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url = https://github.com/fmi-basel/faim-jetraw
77
author = Tim-Oliver Buchholz, Jan Eglinger
88
99
license = Apache-2.0
10-
license_file = LICENSE
10+
license_files = LICENSE
1111
classifiers =
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
2521
project_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
4137
package_dir =
4238
= src
4339
setup_requires =

0 commit comments

Comments
 (0)