Skip to content

Commit

Permalink
FIX: return Tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 24, 2024
1 parent 3467b03 commit f937a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compwa_policy/check_dev_files/tox.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def read_tox_config() -> ConfigParser | None:
if tox_config_str is not None:
config = ConfigParser()
config.read_string(tox_config_str)
return config
return None


Expand Down

0 comments on commit f937a57

Please sign in to comment.