-
-
Notifications
You must be signed in to change notification settings - Fork 324
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: PyCQA/flake8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: PyCQA/flake8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 6 files changed
- 2 contributors
Commits on Jul 31, 2022
-
Remove needless sort in
_style_guide_for
We are always returning the last element so a 'max' operation is sufficient instead of sorting. Note the old code did not handle an empty list so this change doesn't either
Configuration menu - View commit details
-
Copy full SHA for b0cad55 - Browse repository at this point
Copy the full SHA b0cad55View commit details -
Merge pull request #1628 from mxr/patch-1
Remove needless sort in `_style_guide_for`
Configuration menu - View commit details
-
Copy full SHA for 3f4872a - Browse repository at this point
Copy the full SHA 3f4872aView commit details -
prevent duplicate plugin discovery on misconfigured pythons
for example, `venv`-virtualenvs on fedora have both `lib` and `lib64` on `sys.path` despite them being the same. this causes `importlib.metadata.distributions` to double-discover. ```console $ docker run --rm -t fedora:latest bash -c 'dnf install -qq -y python3 >& /dev/null && python3 -m venv venv && venv/bin/pip -qq install cfgv && venv/bin/python - <<< "from importlib.metadata import distributions; print(len([d for d in distributions() if d.name == '"'"'cfgv'"'"']))"' 2 ```
Configuration menu - View commit details
-
Copy full SHA for fce93b9 - Browse repository at this point
Copy the full SHA fce93b9View commit details -
Merge pull request #1631 from PyCQA/dupe-sys-path
prevent duplicate plugin discovery on misconfigured pythons
Configuration menu - View commit details
-
Copy full SHA for d20bb97 - Browse repository at this point
Copy the full SHA d20bb97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 405cfe0 - Browse repository at this point
Copy the full SHA 405cfe0View commit details
There are no files selected for viewing