Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 24, 2024
1 parent 38f0a65 commit cbb2db8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/build/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
__version__ = '1.2.2.post1'

__all__ = [
'__version__',
'BuildBackendException',
'BuildException',
'BuildSystemTableValidationError',
'check_dependency',
'ConfigSettingsType',
'DistributionType',
'FailedProcessError',
'ProjectBuilder',
'RunnerType',
'TypoWarning',
'__version__',
'check_dependency',
]


Expand Down
6 changes: 3 additions & 3 deletions src/build/_ctx.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ def __getattr__(name):


__all__ = [
'log_subprocess_error',
'LOGGER',
'VERBOSITY',
'log',
'log_subprocess_error',
'run_subprocess',
'LOGGER',
'verbosity',
'VERBOSITY',
]
2 changes: 1 addition & 1 deletion src/build/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,6 @@ def _find_executable_and_scripts(path: str) -> tuple[str, str, str]:


__all__ = [
'IsolatedEnv',
'DefaultIsolatedEnv',
'IsolatedEnv',
]

0 comments on commit cbb2db8

Please sign in to comment.