Skip to content

Commit

Permalink
Merge branch 'main' into plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Sep 5, 2023
2 parents a3ae73e + 8a1f96c commit 9d75aaf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

import nox

nox.options.sessions = ["lint", "test", "docs", "mypy"]


@nox.session(reuse_venv=True)
def lint(session):
Expand Down
10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,3 @@ using = "PEP631:test;dev;doc"

[tool.codespell]
ignore-words-list = "copie"

[tool.cruft]
skip = [
"pytest_copie/",
"docs/usage.rst",
"tests/",
".gitignore",
"AUTHORS.rst",
"LICENSE",
]
9 changes: 0 additions & 9 deletions pytest_copie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,3 @@
__version__ = "0.0.1"
__author__ = "Pierrick Rambaud"
__email__ = "pierrick.rambaud49@gmail.com"


def hello_world() -> str:
"""Hello world demo method.
Returns:
the hello world string
"""
return "hello world !"

0 comments on commit 9d75aaf

Please sign in to comment.