Skip to content

Commit

Permalink
Merge pull request #11 from ewjoachim/add-dunamai
Browse files Browse the repository at this point in the history
Add dunamai
  • Loading branch information
ewjoachim authored Apr 16, 2021
2 parents 1772c4c + 21166eb commit b0a4d25
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
14 changes: 13 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ requests-mock = "^1.8.0"
sphinx-rtd-theme = "^0.5.2"
tox = "^3.23.0"
pre-commit = "^2.12.0"
dunamai = "^1.5.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -eu
set -eux

sphinx-build -EW docs docs/_build/html "$@"
2 changes: 1 addition & 1 deletion scripts/docs-spelling
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -eu
set -eux

sphinx-build -EW -b spelling docs docs/_build/html "$@"
# wordlist should be sorted to avoid duplicates
Expand Down
2 changes: 1 addition & 1 deletion scripts/lint
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -eu
set -eux

# If you want more details on the underlying command, refer to ../.pre-commit-config.yaml
pre-commit run --all-files --show-diff-on-failure "$@"
2 changes: 1 addition & 1 deletion scripts/publish
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -eu
set -eux

# This script is not meant to run inside poetry

Expand Down
2 changes: 1 addition & 1 deletion scripts/tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -eu
set -eux

pytest "$@"

0 comments on commit b0a4d25

Please sign in to comment.