Skip to content

Commit ecf5a3e

Browse files
committed
Merge remote-tracking branch 'origin/master' into name_option
2 parents 3ca2c58 + 7f3e21d commit ecf5a3e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ repos:
1313
args: ["--profile", "black"]
1414

1515
- repo: https://github.com/psf/black
16-
rev: 23.3.0
16+
rev: 23.10.1
1717
hooks:
1818
- id: black
1919
args: [--target-version=py36]
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.4.0
22+
rev: v3.15.0
2323
hooks:
2424
- id: pyupgrade
2525
args:
2626
- --py36-plus
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.4.0
29+
rev: v4.5.0
3030
hooks:
3131
- id: trailing-whitespace
3232
exclude: .bumpversion.cfg
@@ -45,7 +45,7 @@ repos:
4545
- --autofix
4646

4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 6.0.0
48+
rev: 6.1.0
4949
hooks:
5050
- id: flake8
5151
additional_dependencies: [
@@ -63,14 +63,14 @@ repos:
6363
]
6464

6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: v1.3.0
66+
rev: v1.6.1
6767
hooks:
6868
- id: mypy
6969
# This is for checking tests/* (everything else has a stricter check
7070
# below), but since there's no include it's run on everything
7171

7272
- repo: https://github.com/pre-commit/mirrors-mypy
73-
rev: v1.3.0
73+
rev: v1.6.1
7474
hooks:
7575
- id: mypy
7676
args: [
@@ -80,7 +80,7 @@ repos:
8080
exclude: tests/
8181

8282
- repo: https://github.com/adrienverge/yamllint.git
83-
rev: v1.31.0
83+
rev: v1.32.0
8484
hooks:
8585
- id: yamllint
8686
# args: [--config-data=relaxed]

0 commit comments

Comments
 (0)