Skip to content

Commit

Permalink
chore: add some config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Apr 7, 2021
1 parent f3e5206 commit 73637b9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"template": "https://github.com/abilian/cookiecutter-abilian-python.git",
"commit": "3905fbbdc985d31516305f8ebf9d0aaa288fadea",
"context": {
"cookiecutter": {
"full_name": "Abilian SAS",
"email": "contact@abilian.com",
"github_username": "sfermigier",
"project_name": "abilian-core",
"project_slug": "abilian",
"project_short_description": "Python Boilerplate contains all the boilerplate you need to create a Python package.",
"pypi_username": "sfermigier",
"version": "0.11.16",
"use_pytest": "y",
"use_pypi_deployment_with_travis": "n",
"add_pyup_badge": "n",
"command_line_interface": "Click",
"create_author_file": "y",
"open_source_license": "MIT license",
"_template": "https://github.com/abilian/cookiecutter-abilian-python.git"
}
},
"directory": null
}
16 changes: 16 additions & 0 deletions pyrightconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"include": ["abilian"],
"exclude": [],
"reportMissingImports": true,
"reportUnusedImport": false,
"reportUnusedFunction": true,
"reportUnusedVariable": false,
"reportDuplicateImport": true,
"reportOptionalSubscript": true,
"reportConstantRedefinition": true,
"executionEnvironments": [
{
"root": "test"
}
]
}

0 comments on commit 73637b9

Please sign in to comment.