Skip to content

Commit d627eac

Browse files
authored
🔧 MAINTAIN: Update pre-commit (#47)
1 parent e1e5e94 commit d627eac

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

‎.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ exclude: >
1212
repos:
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v3.3.0
15+
rev: v4.3.0
1616
hooks:
1717
- id: check-json
1818
- id: check-yaml
1919
- id: end-of-file-fixer
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/mgedmin/check-manifest
23-
rev: "0.46"
23+
rev: "0.48"
2424
hooks:
2525
- id: check-manifest
2626
args: [--no-build-isolation]
@@ -34,23 +34,23 @@ repos:
3434
# - id: setup-cfg-fmt
3535

3636
- repo: https://github.com/timothycrosley/isort
37-
rev: 5.8.0
37+
rev: 5.10.1
3838
hooks:
3939
- id: isort
4040

4141
- repo: https://github.com/psf/black
42-
rev: 20.8b1
42+
rev: 22.6.0
4343
hooks:
4444
- id: black
4545

4646
- repo: https://gitlab.com/pycqa/flake8
47-
rev: 3.9.1
47+
rev: 3.9.2
4848
hooks:
4949
- id: flake8
5050
additional_dependencies: [flake8-bugbear==21.3.1]
5151

5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: v0.812
53+
rev: v0.961
5454
hooks:
5555
- id: mypy
5656
additional_dependencies: [markdown-it-py~=1.0]

‎setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ testing =
4848
pytest-cov
4949
pytest-regressions
5050
rtd =
51+
attrs
5152
myst-parser~=0.16.1
5253
sphinx-book-theme~=0.1.0
5354

0 commit comments

Comments
 (0)