diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 868eed0..9ece1b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -8,7 +8,7 @@ repos: - id: trailing-whitespace exclude: ^tests/reference_files* - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.3.0 hooks: - id: black exclude: ^docs/ diff --git a/proespm/log.py b/proespm/log.py index 3e75f08..761df74 100644 --- a/proespm/log.py +++ b/proespm/log.py @@ -5,6 +5,7 @@ (C) Copyright Nicolas Bock, licensed under GPL v3 See LICENSE or http://www.gnu.org/licenses/gpl-3.0.html """ + from __future__ import print_function import time import sys diff --git a/proespm/spm.py b/proespm/spm.py index b364127..c0417c5 100644 --- a/proespm/spm.py +++ b/proespm/spm.py @@ -5,6 +5,7 @@ (C) Copyright Nicolas Bock, licensed under GPL v3 See LICENSE or http://www.gnu.org/licenses/gpl-3.0.html """ + import shutil import re import os