-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
14 changed files
with
132 additions
and
29 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
exclude_paths: | ||
- .cache/ # implicit unless exclude_paths is defined in config | ||
- mkdocs.yml # https://github.com/ansible/ansible-lint/issues/4222 |
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 |
---|---|---|
@@ -0,0 +1,64 @@ | ||
Fosstodon | ||
PYTHONBREAKPOINT | ||
PYTHONHASHSEED | ||
PYTHONHTTPSVERIFY | ||
PYTHONIOENCODING | ||
PYTHONPYCACHEPREFIX | ||
REQPASS | ||
Sbarnea | ||
Sorin | ||
autorefs | ||
basepython | ||
cairosvg | ||
codenotify | ||
codespell | ||
configfile | ||
cookiecutter | ||
devel | ||
diskcache | ||
distros | ||
envdir | ||
envlist | ||
envname | ||
facelessuser | ||
fontawesome | ||
gerrit | ||
gitreview | ||
hashseed | ||
htmlproofer | ||
inlinehilite | ||
linejoin | ||
linenums | ||
magiclink | ||
markdownlint | ||
minversion | ||
mkdocs | ||
newhostkey | ||
nocows | ||
nosetests | ||
notest | ||
noxfile | ||
outdir | ||
passenv | ||
pipdeptree | ||
pluggy | ||
posargs | ||
programdata | ||
protobuf | ||
pymdown | ||
pymdownx | ||
pypa | ||
pypackage | ||
setenv | ||
showconfig | ||
showlocals | ||
ssbarnea | ||
superfences | ||
taskfile | ||
taskfiles | ||
testenv | ||
toxenv | ||
toxinidir | ||
typer | ||
typeshed | ||
usedevelop |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ on: | |
push: | ||
branches: | ||
- main | ||
- "releases/**" | ||
- "stable/**" | ||
- releases/** | ||
- stable/** | ||
|
||
jobs: | ||
ack: | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,6 @@ name: release | |
on: | ||
release: | ||
types: [published] | ||
|
||
jobs: | ||
pypi: | ||
name: Publish to PyPI registry | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
dictionaryDefinitions: | ||
- name: words | ||
path: .config/dictionary.txt | ||
addWords: true | ||
dictionaries: | ||
# Use `cspell-cli trace word` to check where a work is defined | ||
- en_US | ||
- bash | ||
- words | ||
- python | ||
- python-common | ||
ignorePaths: | ||
- cspell.config.yaml | ||
# The requirements file | ||
- .config/constraints.txt | ||
- ./samples/integration/*.* | ||
- .config/requirements.txt | ||
- .config/requirements.in | ||
# Other | ||
- "*.svg" |
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,2 +1,3 @@ | ||
--- | ||
- hosts: localhost | ||
- name: Empty playbook | ||
hosts: localhost |
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