Merge pull request #396 from pylast/pre-commit-ci-update-config

This commit is contained in:
Hugo van Kemenade 2022-04-04 20:47:36 +03:00 committed by GitHub
commit caf0915062
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1,18 +1,18 @@
repos: repos:
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.31.0 rev: v2.31.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py37-plus] args: [--py37-plus]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 21.12b0 rev: 22.3.0
hooks: hooks:
- id: black - id: black
args: [--target-version=py37] args: [--target-version=py37]
- repo: https://github.com/asottile/blacken-docs - repo: https://github.com/asottile/blacken-docs
rev: v1.12.0 rev: v1.12.1
hooks: hooks:
- id: blacken-docs - id: blacken-docs
args: [--target-version=py37] args: [--target-version=py37]
@ -41,7 +41,7 @@ repos:
- id: check-yaml - id: check-yaml
- repo: https://github.com/asottile/setup-cfg-fmt - repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0 rev: v1.20.1
hooks: hooks:
- id: setup-cfg-fmt - id: setup-cfg-fmt

View file

@ -110,7 +110,7 @@ class TestPyLastTrack(TestPyLastWithLastFm):
def test_track_get_duration(self): def test_track_get_duration(self):
# Arrange # Arrange
track = pylast.Track("Nirvana", "Lithium", self.network) track = pylast.Track("Cher", "Believe", self.network)
# Act # Act
duration = track.get_duration() duration = track.get_duration()