Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparks29032 committed Feb 5, 2025
1 parent 140ee67 commit 9f08266
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- '*' # Trigger on all tags initially, but tag and release privilege are verified in _build-wheel-release-upload.yml
- "*" # Trigger on all tags initially, but tag and release privilege are verified in _build-wheel-release-upload.yml

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-news-item.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check for News
on:
pull_request_target:
branches:
- main
- main

jobs:
check-news-item:
Expand Down
2 changes: 0 additions & 2 deletions src/diffpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See LICENSE.rst for license information.
#
##############################################################################

"""Blank namespace package for module diffpy."""


Expand All @@ -21,4 +20,3 @@
__path__ = extend_path(__path__, __name__)

# End of file

3 changes: 2 additions & 1 deletion src/diffpy/similarity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
# See LICENSE.rst for license information.
#
##############################################################################
"""Python package for computing various structural similarity metrics and other tasks related to structure similarity"""
"""Python package for computing various structural similarity metrics and other
tasks related to structure similarity."""

# package version
from diffpy.similarity.version import __version__
Expand Down
1 change: 0 additions & 1 deletion src/diffpy/similarity/metrics/blank.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion src/diffpy/similarity/tools/blank.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

0 comments on commit 9f08266

Please sign in to comment.