summaryrefslogtreecommitdiff
path: root/docs/configuration/options/index.html
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2021-08-10 22:36:41 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2021-08-10 22:36:41 -0700
commit9e507236ad7a30a1a89f9181d989acd3c446da4c (patch)
treeccccc336aba10674da0208a4b86cfc305d794f6f /docs/configuration/options/index.html
parent34e06c79dc603403f7f1e13c3f41192f93728ba0 (diff)
downloadisort-9e507236ad7a30a1a89f9181d989acd3c446da4c.tar.gz
Deployed with MkDocs version: 1.2.2
Diffstat (limited to 'docs/configuration/options/index.html')
-rw-r--r--docs/configuration/options/index.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/docs/configuration/options/index.html b/docs/configuration/options/index.html
index 9f651970..7e3e026e 100644
--- a/docs/configuration/options/index.html
+++ b/docs/configuration/options/index.html
@@ -3060,7 +3060,7 @@ how you want your imports sorted, organized, and formatted.</p>
<p>Too busy to build your perfect isort configuration? For curated common configurations, see isort's <a href="https://pycqa.github.io/isort/docs/configuration/profiles.html">built-in
profiles</a>.</p>
<h2 id="python-version">Python Version</h2>
-<p>Tells isort to set the known standard library based on the specified Python version. Default is to assume any Python 3 version could be the target, and use a union of all stdlib modules across versions. If auto is specified, the version of the interpreter used to run isort (currently: 38) will be used.</p>
+<p>Tells isort to set the known standard library based on the specified Python version. Default is to assume any Python 3 version could be the target, and use a union of all stdlib modules across versions. If auto is specified, the version of the interpreter used to run isort (currently: 39) will be used.</p>
<p><strong>Type:</strong> String<br />
<strong>Default:</strong> <code>py3</code><br />
<strong>Python &amp; Config File Name:</strong> py_version<br />
@@ -3099,20 +3099,24 @@ profiles</a>.</p>
<li>--extend-skip</li>
</ul>
<h2 id="skip-glob">Skip Glob</h2>
-<p>Additional files that isort should skip over (extending --skip-glob).</p>
+<p>Files that isort should skip over.</p>
<p><strong>Type:</strong> Frozenset<br />
<strong>Default:</strong> <code>frozenset()</code><br />
<strong>Python &amp; Config File Name:</strong> skip_glob<br />
<strong>CLI Flags:</strong></p>
<ul>
-<li>--extend-skip-glob</li>
+<li>--sg</li>
+<li>--skip-glob</li>
</ul>
<h2 id="extend-skip-glob">Extend Skip Glob</h2>
-<p><strong>No Description</strong></p>
+<p>Additional files that isort should skip over (extending --skip-glob).</p>
<p><strong>Type:</strong> Frozenset<br />
<strong>Default:</strong> <code>frozenset()</code><br />
<strong>Python &amp; Config File Name:</strong> extend_skip_glob<br />
-<strong>CLI Flags:</strong> <strong>Not Supported</strong></p>
+<strong>CLI Flags:</strong></p>
+<ul>
+<li>--extend-skip-glob</li>
+</ul>
<h2 id="skip-gitignore">Skip Gitignore</h2>
<p>Treat project as a git repository and ignore files listed in .gitignore.
NOTE: This requires git to be installed and accesible from the same shell as isort.</p>
@@ -3215,7 +3219,7 @@ NOTE: wrap_length must be LOWER than or equal to line_length.</p>
<h2 id="known-standard-library">Known Standard Library</h2>
<p>Force isort to recognize a module as part of Python's standard library.</p>
<p><strong>Type:</strong> Frozenset<br />
-<strong>Default:</strong> <code>('_dummy_thread', '_thread', 'abc', 'aifc', 'argparse', 'array', 'ast', 'asynchat', 'asyncio', 'asyncore', 'atexit', 'audioop', 'base64', 'bdb', 'binascii', 'binhex', 'bisect', 'builtins', 'bz2', 'cProfile', 'calendar', 'cgi', 'cgitb', 'chunk', 'cmath', 'cmd', 'code', 'codecs', 'codeop', 'collections', 'colorsys', 'compileall', 'concurrent', 'configparser', 'contextlib', 'contextvars', 'copy', 'copyreg', 'crypt', 'csv', 'ctypes', 'curses', 'dataclasses', 'datetime', 'dbm', 'decimal', 'difflib', 'dis', 'distutils', 'doctest', 'dummy_threading', 'email', 'encodings', 'ensurepip', 'enum', 'errno', 'faulthandler', 'fcntl', 'filecmp', 'fileinput', 'fnmatch', 'formatter', 'fpectl', 'fractions', 'ftplib', 'functools', 'gc', 'getopt', 'getpass', 'gettext', 'glob', 'graphlib', 'grp', 'gzip', 'hashlib', 'heapq', 'hmac', 'html', 'http', 'imaplib', 'imghdr', 'imp', 'importlib', 'inspect', 'io', 'ipaddress', 'itertools', 'json', 'keyword', 'lib2to3', 'linecache', 'locale', 'logging', 'lzma', 'macpath', 'mailbox', 'mailcap', 'marshal', 'math', 'mimetypes', 'mmap', 'modulefinder', 'msilib', 'msvcrt', 'multiprocessing', 'netrc', 'nis', 'nntplib', 'ntpath', 'numbers', 'operator', 'optparse', 'os', 'ossaudiodev', 'parser', 'pathlib', 'pdb', 'pickle', 'pickletools', 'pipes', 'pkgutil', 'platform', 'plistlib', 'poplib', 'posix', 'posixpath', 'pprint', 'profile', 'pstats', 'pty', 'pwd', 'py_compile', 'pyclbr', 'pydoc', 'queue', 'quopri', 'random', 're', 'readline', 'reprlib', 'resource', 'rlcompleter', 'runpy', 'sched', 'secrets', 'select', 'selectors', 'shelve', 'shlex', 'shutil', 'signal', 'site', 'smtpd', 'smtplib', 'sndhdr', 'socket', 'socketserver', 'spwd', 'sqlite3', 'sre', 'sre_compile', 'sre_constants', 'sre_parse', 'ssl', 'stat', 'statistics', 'string', 'stringprep', 'struct', 'subprocess', 'sunau', 'symbol', 'symtable', 'sys', 'sysconfig', 'syslog', 'tabnanny', 'tarfile', 'telnetlib', 'tempfile', 'termios', 'test', 'textwrap', 'threading', 'time', 'timeit', 'tkinter', 'token', 'tokenize', 'trace', 'traceback', 'tracemalloc', 'tty', 'turtle', 'turtledemo', 'types', 'typing', 'unicodedata', 'unittest', 'urllib', 'uu', 'uuid', 'venv', 'warnings', 'wave', 'weakref', 'webbrowser', 'winreg', 'winsound', 'wsgiref', 'xdrlib', 'xml', 'xmlrpc', 'zipapp', 'zipfile', 'zipimport', 'zlib', 'zoneinfo')</code><br />
+<strong>Default:</strong> <code>('_ast', '_dummy_thread', '_thread', 'abc', 'aifc', 'argparse', 'array', 'ast', 'asynchat', 'asyncio', 'asyncore', 'atexit', 'audioop', 'base64', 'bdb', 'binascii', 'binhex', 'bisect', 'builtins', 'bz2', 'cProfile', 'calendar', 'cgi', 'cgitb', 'chunk', 'cmath', 'cmd', 'code', 'codecs', 'codeop', 'collections', 'colorsys', 'compileall', 'concurrent', 'configparser', 'contextlib', 'contextvars', 'copy', 'copyreg', 'crypt', 'csv', 'ctypes', 'curses', 'dataclasses', 'datetime', 'dbm', 'decimal', 'difflib', 'dis', 'distutils', 'doctest', 'dummy_threading', 'email', 'encodings', 'ensurepip', 'enum', 'errno', 'faulthandler', 'fcntl', 'filecmp', 'fileinput', 'fnmatch', 'formatter', 'fpectl', 'fractions', 'ftplib', 'functools', 'gc', 'getopt', 'getpass', 'gettext', 'glob', 'graphlib', 'grp', 'gzip', 'hashlib', 'heapq', 'hmac', 'html', 'http', 'imaplib', 'imghdr', 'imp', 'importlib', 'inspect', 'io', 'ipaddress', 'itertools', 'json', 'keyword', 'lib2to3', 'linecache', 'locale', 'logging', 'lzma', 'macpath', 'mailbox', 'mailcap', 'marshal', 'math', 'mimetypes', 'mmap', 'modulefinder', 'msilib', 'msvcrt', 'multiprocessing', 'netrc', 'nis', 'nntplib', 'ntpath', 'numbers', 'operator', 'optparse', 'os', 'ossaudiodev', 'parser', 'pathlib', 'pdb', 'pickle', 'pickletools', 'pipes', 'pkgutil', 'platform', 'plistlib', 'poplib', 'posix', 'posixpath', 'pprint', 'profile', 'pstats', 'pty', 'pwd', 'py_compile', 'pyclbr', 'pydoc', 'queue', 'quopri', 'random', 're', 'readline', 'reprlib', 'resource', 'rlcompleter', 'runpy', 'sched', 'secrets', 'select', 'selectors', 'shelve', 'shlex', 'shutil', 'signal', 'site', 'smtpd', 'smtplib', 'sndhdr', 'socket', 'socketserver', 'spwd', 'sqlite3', 'sre', 'sre_compile', 'sre_constants', 'sre_parse', 'ssl', 'stat', 'statistics', 'string', 'stringprep', 'struct', 'subprocess', 'sunau', 'symbol', 'symtable', 'sys', 'sysconfig', 'syslog', 'tabnanny', 'tarfile', 'telnetlib', 'tempfile', 'termios', 'test', 'textwrap', 'threading', 'time', 'timeit', 'tkinter', 'token', 'tokenize', 'trace', 'traceback', 'tracemalloc', 'tty', 'turtle', 'turtledemo', 'types', 'typing', 'unicodedata', 'unittest', 'urllib', 'uu', 'uuid', 'venv', 'warnings', 'wave', 'weakref', 'webbrowser', 'winreg', 'winsound', 'wsgiref', 'xdrlib', 'xml', 'xmlrpc', 'zipapp', 'zipfile', 'zipimport', 'zlib', 'zoneinfo')</code><br />
<strong>Python &amp; Config File Name:</strong> known_standard_library<br />
<strong>CLI Flags:</strong></p>
<ul>