-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --config-file
support
#3047
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
charliermarsh
force-pushed
the
charlie/workspace-iii
branch
from
April 15, 2024 23:29
82fccce
to
ea81e61
Compare
charliermarsh
force-pushed
the
charlie/workspace-iv
branch
from
April 15, 2024 23:29
d94a581
to
ee3b339
Compare
zanieb
approved these changes
Apr 15, 2024
charliermarsh
force-pushed
the
charlie/workspace-iii
branch
from
April 15, 2024 23:34
ea81e61
to
f502d89
Compare
charliermarsh
force-pushed
the
charlie/workspace-iv
branch
from
April 15, 2024 23:34
ee3b339
to
445ec13
Compare
charliermarsh
force-pushed
the
charlie/workspace-iii
branch
from
April 15, 2024 23:42
f502d89
to
b8ac38e
Compare
charliermarsh
force-pushed
the
charlie/workspace-iv
branch
from
April 15, 2024 23:42
445ec13
to
3e8f657
Compare
charliermarsh
force-pushed
the
charlie/workspace-iii
branch
from
April 16, 2024 00:25
b8ac38e
to
197902d
Compare
charliermarsh
force-pushed
the
charlie/workspace-iv
branch
from
April 16, 2024 00:25
3e8f657
to
9fcddd4
Compare
konstin
approved these changes
Apr 16, 2024
charliermarsh
force-pushed
the
charlie/workspace-iii
branch
from
April 16, 2024 17:01
197902d
to
4999c00
Compare
charliermarsh
force-pushed
the
charlie/workspace-iv
branch
from
April 16, 2024 17:01
9fcddd4
to
84e48b3
Compare
charliermarsh
force-pushed
the
charlie/workspace-iii
branch
3 times, most recently
from
April 17, 2024 00:34
83ff1d3
to
312abcb
Compare
charliermarsh
force-pushed
the
charlie/workspace-iv
branch
from
April 17, 2024 00:35
84e48b3
to
50fa1a7
Compare
charliermarsh
force-pushed
the
charlie/workspace-iii
branch
from
April 17, 2024 01:23
312abcb
to
e5ea6a4
Compare
charliermarsh
force-pushed
the
charlie/workspace-iv
branch
from
April 17, 2024 01:23
50fa1a7
to
c859405
Compare
charliermarsh
force-pushed
the
charlie/workspace-iii
branch
from
April 17, 2024 01:39
e5ea6a4
to
553d500
Compare
charliermarsh
force-pushed
the
charlie/workspace-iv
branch
from
April 17, 2024 01:39
c859405
to
53ff358
Compare
charliermarsh
force-pushed
the
charlie/workspace-iii
branch
from
April 17, 2024 02:12
553d500
to
1d6caa1
Compare
charliermarsh
force-pushed
the
charlie/workspace-iv
branch
from
April 17, 2024 02:12
53ff358
to
082c731
Compare
charliermarsh
force-pushed
the
charlie/workspace-iii
branch
from
April 17, 2024 02:13
1d6caa1
to
e7d0dcc
Compare
charliermarsh
force-pushed
the
charlie/workspace-iv
branch
from
April 17, 2024 02:13
082c731
to
0395946
Compare
charliermarsh
force-pushed
the
charlie/workspace-iii
branch
from
April 17, 2024 17:15
e7d0dcc
to
9fac143
Compare
charliermarsh
force-pushed
the
charlie/workspace-iv
branch
from
April 17, 2024 17:26
0395946
to
6776a14
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Users can now pass a config file on the command line, e.g., with
--config-file /path/to/file.py
.