Skip to content

Commit 4a3b10f

Browse files
authored
Merge pull request pre-commit#1346 from pre-commit/3_6_1_plus
Drop python 3.6.0 support (broken NamedTuple)
2 parents db61244 + b2b5676 commit 4a3b10f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.4.0
3+
rev: v2.5.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -15,17 +15,17 @@ repos:
1515
rev: 3.7.9
1616
hooks:
1717
- id: flake8
18-
additional_dependencies: [flake8-typing-imports==1.5.0]
18+
additional_dependencies: [flake8-typing-imports==1.6.0]
1919
- repo: https://github.com/pre-commit/mirrors-autopep8
20-
rev: v1.4.4
20+
rev: v1.5
2121
hooks:
2222
- id: autopep8
2323
- repo: https://github.com/pre-commit/pre-commit
24-
rev: v1.21.0
24+
rev: v2.1.1
2525
hooks:
2626
- id: validate_manifest
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v1.25.3
28+
rev: v2.0.1
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py36-plus]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install_requires =
3030
virtualenv>=15.2
3131
importlib-metadata;python_version<"3.8"
3232
importlib-resources;python_version<"3.7"
33-
python_requires = >=3.6
33+
python_requires = >=3.6.1
3434

3535
[options.entry_points]
3636
console_scripts =

0 commit comments

Comments
 (0)