Skip to content

Commit

Permalink
style: pre-commit run -a
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jun 14, 2021
1 parent 795f6fe commit 2c48102
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 10 deletions.
1 change: 0 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ Credits
=======

Please see the GitHub project page at https://github.com/scikit-build/cmake-python-distributions/graphs/contributors

1 change: 0 additions & 1 deletion LICENSE_Apache_20
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,3 @@ third-party archives.
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

1 change: 0 additions & 1 deletion LICENSE_BSD_3
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

2 changes: 1 addition & 1 deletion docs/authors.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.. include:: ../AUTHORS.rst
.. include:: ../AUTHORS.rst
2 changes: 1 addition & 1 deletion docs/build_system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ options and describes the role of each one:
ask_inner_build -> install_cmake_project [label = "yes"];
}
}
}
}
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.. include:: ../CONTRIBUTING.rst
.. include:: ../CONTRIBUTING.rst
2 changes: 1 addition & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.. include:: ../HISTORY.rst
.. include:: ../HISTORY.rst
2 changes: 1 addition & 1 deletion requirements-deploy.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
twine

# need to pin cryptography for s390x/ppc64le builds:
# cryptography never provided wheels for those architectures and the
# requirements to build from sources are relaxed when building the 3.3 series
cryptography~=3.3.2 ; sys_platform=="linux" and platform_machine in "s390x, ppc64le"
twine
1 change: 0 additions & 1 deletion scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ function check_sha256sum {
sha256sum -c ${fname}.sha256
rm -f ${fname}.sha256
}

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ show-source: True
# Maximum cyclomatic complexity allowed
max-complexity: 14
format: pylint
exclude: .git,.idea,.eggs,__pycache__,.tox,docs/conf.py,_skbuild,CMake-src,versioneer.py
exclude: .git,.idea,.eggs,__pycache__,.tox,docs/conf.py,_skbuild,CMake-src,versioneer.py,_version.py

[tool:pytest]
testpaths = tests
Expand Down

0 comments on commit 2c48102

Please sign in to comment.