Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 16, 2024
1 parent 83e5c22 commit 2be5238
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# Configuration file for the Sphinx documentation builder.
#
Expand Down
2 changes: 1 addition & 1 deletion sunkit-magex/_dev/scm_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
except ImportError:
raise
except Exception as e:
raise ValueError(f'setuptools_scm can not determine version.') from e
raise ValueError('setuptools_scm can not determine version.') from e

0 comments on commit 2be5238

Please sign in to comment.