Skip to content

Commit

Permalink
setup added in pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrou committed Aug 28, 2023
1 parent e7fcc10 commit 8dc75ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: "setup.*|DGS_SC_scripts/.*|.*\\.mat$"
exclude: "DGS_SC_scripts/.*|.*\\.mat$"

ci:
skip: [pylint]
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# this file is necessary so conda can read the contents of setup.cfg using
# its load_setup_py_data function
"""
This file is necessary so conda can read the contents of setup.cfg using
its load_setup_py_data function
"""
from setuptools import setup
from versioningit import get_cmdclasses

Expand Down

0 comments on commit 8dc75ba

Please sign in to comment.