Skip to content

Commit 1092672

Browse files
authored
Merge pull request #37 from Billingegroup/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f15b76c + 3faf125 commit 1092672

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 25.12.0
11+
rev: 26.1.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pycqa/flake8
@@ -21,7 +21,7 @@ repos:
2121
- id: isort
2222
args: ["--profile", "black"]
2323
- repo: https://github.com/kynan/nbstripout
24-
rev: 0.8.2
24+
rev: 0.9.0
2525
hooks:
2626
- id: nbstripout
2727
- repo: https://github.com/pre-commit/pre-commit-hooks

versioneer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,9 +423,7 @@ def run_command(commands, args, cwd=None, verbose=False, hide_stderr=False, env=
423423
return stdout, p.returncode
424424

425425

426-
LONG_VERSION_PY[
427-
"git"
428-
] = '''
426+
LONG_VERSION_PY["git"] = '''
429427
# This file helps to compute a version number in source trees obtained from
430428
# git-archive tarball (such as those provided by githubs download-from-tag
431429
# feature). Distribution tarballs (built by setup.py sdist) and build

0 commit comments

Comments
 (0)