Skip to content

Commit

Permalink
Ignore certain mutations; add omni_config to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamtt committed Nov 25, 2023
1 parent 0500dfb commit 95abc7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# prosper-shared

Shared build files for the Python Prosper libraries

## prosper_shared.autohooks

Pre-commit hooks for use with `autohooks`.

## prosper_shared.omni_config

Util for defining, parsing, merging, validating, and using configs from various sources, including file-based configs,
environment variables, and command-line arguments. This will probably be factored out into an independent library.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ bump = true
arguments = '--fix'

[tool.autohooks.plugins.mutmut]
arguments = '--CI'
arguments = [
"--disable-mutation-types=string,fstring,expr_stmt,annassign,number", '--CI',
]

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 95abc7f

Please sign in to comment.