Skip to content

Commit eb7b40a

Browse files
authored
Merge pull request #71 from matplotlib/pre-commit
Update pre-commit settings
2 parents 308134b + e854d0a commit eb7b40a

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.pre-commit-config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.4.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.1
9+
rev: v2.2.0
1010
hooks:
1111
- id: setup-cfg-fmt
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 4.0.1
13+
rev: 6.0.0
1414
hooks:
1515
- id: flake8
1616
additional_dependencies: [flake8-typing-imports>=1.9.0]
1717
- repo: https://github.com/myint/autoflake
18-
rev: v1.4
18+
rev: v2.1.1
1919
hooks:
2020
- id: autoflake
2121
args: ["--in-place", "--remove-all-unused-imports"]
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.10.1
23+
rev: 5.12.0
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/psf/black
27-
rev: 22.3.0
27+
rev: 23.3.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.32.0
31+
rev: v3.3.1
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py38-plus, --keep-runtime-typing]
3535
- repo: https://github.com/tlambert03/napari-plugin-checks
36-
rev: v0.2.0
36+
rev: v0.3.0
3737
hooks:
3838
- id: napari-plugin-checks
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v0.910-1
40+
rev: v1.2.0
4141
hooks:
4242
- id: mypy
4343
args: ["--disallow-incomplete-defs", "--ignore-missing-imports"]

setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ classifiers =
1717
Programming Language :: Python
1818
Programming Language :: Python :: 3
1919
Programming Language :: Python :: 3 :: Only
20-
Programming Language :: Python :: 3.8
21-
Programming Language :: Python :: 3.9
22-
Programming Language :: Python :: 3.10
2320
Topic :: Software Development :: Testing
2421
project_urls =
2522
Bug Tracker = https://github.com/matplotlib/napari-matplotlib/issues

0 commit comments

Comments
 (0)