Skip to content

Commit c95980e

Browse files
authored
Update autopep8. (#297)
1 parent 09c3544 commit c95980e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
33
[meta]
44
template = "pure-python"
5-
commit-id = "886d86ee"
5+
commit-id = "09c35441"
66

77
[python]
88
with-windows = false

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
- id: isort
99
- repo: https://github.com/hhatto/autopep8
10-
rev: "v2.3.1"
10+
rev: "v2.3.2"
1111
hooks:
1212
- id: autopep8
1313
args: [--in-place, --aggressive, --aggressive]

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
Generated from:
33
https://github.com/zopefoundation/meta/tree/master/config/pure-python
4-
-->
4+
-->
55
# Contributing to zopefoundation projects
66

77
The projects under the zopefoundation GitHub organization are open source and

src/zope/meta/default/pre-commit-config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
hooks:
66
- id: isort
77
- repo: https://github.com/hhatto/autopep8
8-
rev: "v2.3.1"
8+
rev: "v2.3.2"
99
hooks:
1010
- id: autopep8
1111
args: [--in-place, --aggressive, --aggressive]

0 commit comments

Comments
 (0)