-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
162 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,10 @@ | |
|
||
default_context: | ||
allow_tests_inside_package: 'no' | ||
appveyor: 'no' | ||
c_extension_function: longest | ||
c_extension_module: _nameless | ||
c_extension_optional: 'yes' | ||
c_extension_support: 'no' | ||
c_extension_test_pypi: 'no' | ||
c_extension_test_pypi_username: '-' | ||
codacy: 'no' | ||
codacy_projectid: '-' | ||
codeclimate: 'yes' | ||
|
@@ -18,16 +15,14 @@ default_context: | |
coveralls: 'yes' | ||
distribution_name: nameless | ||
email: [email protected] | ||
formatter_quote_style: double | ||
full_name: Ionel Cristian Mărieș | ||
github_actions: 'yes' | ||
github_actions_osx: 'yes' | ||
github_actions_windows: 'yes' | ||
legacy_python: 'no' | ||
license: BSD 2-Clause License | ||
linter: flake8 | ||
package_name: nameless | ||
pre_commit: 'yes' | ||
pre_commit_formatter: black | ||
project_name: Nameless | ||
project_short_description: An example package. Generated with cookiecutter-pylibrary. | ||
pypi_badge: 'yes' | ||
|
@@ -38,18 +33,13 @@ default_context: | |
repo_main_branch: main | ||
repo_name: python-nameless | ||
repo_username: ionelmc | ||
requiresio: 'yes' | ||
scrutinizer: 'yes' | ||
setup_py_uses_pytest_runner: 'no' | ||
setup_py_uses_setuptools_scm: 'no' | ||
sphinx_docs: 'yes' | ||
sphinx_docs_hosting: https://python-nameless.readthedocs.io/ | ||
sphinx_doctest: 'yes' | ||
sphinx_theme: sphinx-rtd-theme | ||
test_matrix_configurator: 'no' | ||
test_matrix_separate_coverage: 'yes' | ||
travis: 'no' | ||
travis_osx: 'no' | ||
version: 0.1.0 | ||
version_manager: bump2version | ||
website: https://blog.ionelmc.ro | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
# To install the git pre-commit hook run: | ||
# pre-commit install | ||
# To update the pre-commit hooks run: | ||
# pre-commit install-hooks | ||
# To install the git pre-commit hooks run: | ||
# pre-commit install --install-hooks | ||
# To update the versions: | ||
# pre-commit autoupdate | ||
exclude: '^(\.tox|ci/templates|\.bumpversion\.cfg)(/|$)' | ||
# Note the order is intentional to avoid multiple passes of the hooks | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: master | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: end-of-file-fixer | ||
- id: debug-statements | ||
- repo: https://github.com/timothycrosley/isort | ||
rev: master | ||
- repo: https://github.com/charliermarsh/ruff-pre-commit | ||
rev: v0.0.262 | ||
hooks: | ||
- id: isort | ||
- id: ruff | ||
args: [--fix, --exit-non-zero-on-fix, --show-fixes] | ||
- repo: https://github.com/psf/black | ||
rev: main | ||
rev: 23.3.0 | ||
hooks: | ||
- id: black | ||
- repo: https://gitlab.com/pycqa/flake8 | ||
rev: master | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.4.0 | ||
hooks: | ||
- id: flake8 | ||
- id: trailing-whitespace | ||
- id: end-of-file-fixer | ||
- id: debug-statements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
Changelog | ||
========= | ||
|
||
0.1.0 (2022-11-10) | ||
0.1.0 (2023-04-23) | ||
------------------ | ||
|
||
* First release on PyPI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.