Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas committed Oct 23, 2023
1 parent b785dc8 commit 0f7bb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ copyright-regexp = "Copyright\\s\\d{4}([-,]\\d{4})*\\s+%(author)s"
pretty = true
mypy_path = "./src:./lib/:./tests"
# Exclude non-hydra libraries
exclude = 'lib/charms/((?!hydra).)'
exclude = 'lib/charms/((?!openfga_k8s).)'
follow_imports = "silent"
warn_redundant_casts = true
warn_unused_configs = true
Expand Down

0 comments on commit 0f7bb7c

Please sign in to comment.