diff options
| author | Anthony Sottile <asottile@umich.edu> | 2022-01-17 17:20:44 -0500 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2022-01-17 17:20:44 -0500 |
| commit | c2610debe62c7c8cf25011290dc9dade27dc5c3a (patch) | |
| tree | 1787e4552136c5cbd6170fd492918a737888b567 | |
| parent | bff62cdf860a70d05ce84e2b5ee494e7f3fd31af (diff) | |
| download | flake8-c2610debe62c7c8cf25011290dc9dade27dc5c3a.tar.gz | |
fix docs build
| -rw-r--r-- | src/flake8/checker.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/flake8/checker.py b/src/flake8/checker.py index 2d6421f..d03d84d 100644 --- a/src/flake8/checker.py +++ b/src/flake8/checker.py @@ -243,8 +243,7 @@ class Manager: or whether to run them in serial. If running the checks in parallel causes a problem (e.g., - https://github.com/pycqa/flake8/issues/117) this also implements - fallback to serial processing. + :issue:`117`) this also implements fallback to serial processing. """ try: if self.jobs > 1 and len(self.checkers) > 1: |
