pre-commit autoupdate
This commit is contained in:
parent
a373654500
commit
26f2173160
|
@ -1,6 +1,6 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v2.1.0
|
rev: v2.4.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: ["--py3-plus"]
|
args: ["--py3-plus"]
|
||||||
|
@ -15,13 +15,13 @@ repos:
|
||||||
types: []
|
types: []
|
||||||
|
|
||||||
- repo: https://gitlab.com/pycqa/flake8
|
- repo: https://gitlab.com/pycqa/flake8
|
||||||
rev: 3.7.9
|
rev: 3.8.0a2
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
|
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]
|
||||||
|
|
||||||
- repo: https://github.com/asottile/seed-isort-config
|
- repo: https://github.com/asottile/seed-isort-config
|
||||||
rev: v2.1.0
|
rev: v2.1.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: seed-isort-config
|
- id: seed-isort-config
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
[Travis CI](https://travis-ci.org/pylast/pylast) should be running cleanly for
|
[Travis CI](https://travis-ci.org/pylast/pylast) should be running cleanly for
|
||||||
all merges to master.
|
all merges to master.
|
||||||
|
|
||||||
* [ ] Edit release draft, adjust text if needed: https://github.com/pylast/pylast/releases
|
* [ ] Edit release draft, adjust text if needed:
|
||||||
|
https://github.com/pylast/pylast/releases
|
||||||
|
|
||||||
* [ ] Check next tag is correct, amend if needed
|
* [ ] Check next tag is correct, amend if needed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue