We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a68fd3 commit 1071d02Copy full SHA for 1071d02
src/manage/commands.py
@@ -260,7 +260,6 @@ def execute(self):
260
"check_long_paths": (config_bool, None, "env"),
261
"check_py_on_path": (config_bool, None, "env"),
262
"check_any_install": (config_bool, None, "env"),
263
- "check_default_tag": (config_bool, None, "env"),
264
"check_global_dir": (config_bool, None, "env"),
265
},
266
@@ -969,7 +968,6 @@ class FirstRun(BaseCommand):
969
968
check_long_paths = True
970
check_py_on_path = True
971
check_any_install = True
972
- check_default_tag = True
973
check_global_dir = True
974
975
def execute(self):
0 commit comments