Skip to content

Commit 02e1857

Browse files
committed
Merge branch '3.0.x'
2 parents 6605f9a + 2c2abaa commit 02e1857

File tree

5 files changed

+360
-355
lines changed

5 files changed

+360
-355
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/asottile/pyupgrade
5-
rev: v3.2.0
5+
rev: v3.3.1
66
hooks:
77
- id: pyupgrade
88
args: ["--py37-plus"]
@@ -13,23 +13,19 @@ repos:
1313
files: "^(?!examples/)"
1414
args: ["--py37-plus", "--application-directories", "src"]
1515
- repo: https://github.com/psf/black
16-
rev: 22.10.0
16+
rev: 22.12.0
1717
hooks:
1818
- id: black
1919
args: ["--target-version", "py37"]
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 5.0.4
21+
rev: 6.0.0
2222
hooks:
2323
- id: flake8
2424
additional_dependencies:
2525
- flake8-bugbear
2626
- flake8-implicit-str-concat
27-
- repo: https://github.com/peterdemin/pip-compile-multi
28-
rev: v2.5.0
29-
hooks:
30-
- id: pip-compile-multi-verify
3127
- repo: https://github.com/pre-commit/pre-commit-hooks
32-
rev: v4.3.0
28+
rev: v4.4.0
3329
hooks:
3430
- id: fix-byte-order-marker
3531
- id: trailing-whitespace

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Unreleased
66
- Remove previously deprecated code.
77

88

9+
Version 3.0.3
10+
-------------
11+
12+
Unreleased
13+
14+
915
Version 3.0.2
1016
-------------
1117

0 commit comments

Comments
 (0)