Skip to content

Commit

Permalink
Corrige la config
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett committed Nov 19, 2024
1 parent 51f6fa7 commit 31d8beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
recursive-include openfisca_country_template *
recursive-include openfisca_nouvelle_caledonie *
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ group_by_package = true
honor_noqa = true
include_trailing_comma = true
known_first_party = [ "openfisca-nouvelle_caledonie" ]
known_openfisca = [ "openfisca_core", "openfisca_extension_template" ]
known_openfisca = [ "openfisca_core", "openfisca_nouvelle_caledonie" ]
known_typing = [ "*collections.abc*", "*typing*", "*typing_extensions*" ]
known_types = [ "*types*" ]
multi_line_output = 3
Expand Down

0 comments on commit 31d8beb

Please sign in to comment.