Skip to content

Commit 446ebee

Browse files
committed
Update pre-commit configuration
1 parent 79c90f5 commit 446ebee

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: git://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.1.0
3+
rev: v2.4.0
44
hooks:
55
- id: check-merge-conflict
66
- id: check-json
@@ -14,16 +14,15 @@ repos:
1414
- id: trailing-whitespace
1515
exclude: README.md
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v1.12.0
17+
rev: v1.26.2
1818
hooks:
1919
- id: pyupgrade
2020
- repo: https://github.com/ambv/black
21-
rev: 19.3b0
21+
rev: 19.10b0
2222
hooks:
2323
- id: black
24-
language_version: python3.6
2524
- repo: https://github.com/pycqa/flake8
26-
rev: 3.7.7
25+
rev: 3.7.9
2726
hooks:
2827
- id: flake8
2928
exclude: test_.*$

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ matrix:
1111
python: 3.6
1212
- env: TOXENV=py37
1313
python: 3.7
14-
dist: xenial
15-
sudo: true # required workaround for https://github.com/travis-ci/travis-ci/issues/9815
1614
- env: TOXENV=pypy2
1715
python: pypy
1816
- env: TOXENV=pypy

0 commit comments

Comments
 (0)