Skip to content

Commit

Permalink
Support overrides for the new builder environment option
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jul 7, 2024
1 parent e843c42 commit 3adae6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hatch/project/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from hatch.utils.fs import Path

RESERVED_OPTIONS = {
'builder': bool,
'dependencies': list,
'extra-dependencies': list,
'dev-mode': bool,
Expand Down

0 comments on commit 3adae6c

Please sign in to comment.