File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 9
9
# - Register git hooks: pre-commit install --install-hooks
10
10
#
11
11
repos :
12
- # # Autoformat: Python code, syntax patterns are modernized
13
- # - repo: https://github.com/asottile/pyupgrade
14
- # rev: v3.0.0
15
- # hooks:
16
- # - id: pyupgrade
17
- # args:
18
- # - --py38-plus
12
+ # Autoformat: Python code, syntax patterns are modernized
13
+ - repo : https://github.com/asottile/pyupgrade
14
+ rev : v3.2.0
15
+ hooks :
16
+ - id : pyupgrade
17
+ args :
18
+ - --py36-plus
19
+ # check-tmp is a Python based test script run in created environments
20
+ # that can be at least Python 3.5 even though we require Python 3.6 for
21
+ # repo2docker itself.
22
+ exclude : check-tmp
19
23
20
24
# Autoformat: Python code
21
25
- repo : https://github.com/psf/black
You can’t perform that action at this time.
0 commit comments