Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 16, 2020
1 parent fdfeda8 commit 55cfa6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.1.0
rev: v2.1.1
hooks:
- id: pyupgrade
args: ["--py3-plus"]
Expand All @@ -21,7 +21,7 @@ repos:
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]

- repo: https://github.com/asottile/seed-isort-config
rev: v2.1.0
rev: v2.1.1
hooks:
- id: seed-isort-config

Expand Down
3 changes: 2 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
[Travis CI](https://travis-ci.org/pylast/pylast) should be running cleanly for
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

Expand Down

0 comments on commit 55cfa6f

Please sign in to comment.