Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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
exclude: ^tests/reference_files*
- 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/
1 change: 1 addition & 0 deletions proespm/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions proespm/spm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down