-
Notifications
You must be signed in to change notification settings - Fork 109
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-bugbear
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 23.6.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: PyCQA/flake8-bugbear
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23.7.10
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 10 files changed
- 6 contributors
Commits on Jun 26, 2023
-
Remove use of the deprecated
ast.Constant.s
attribute (#392)The `.s` attribute on `ast.Constant` nodes is an alias to the `.value` attribute. The `.s` alias has been deprecated since Python 3.8, and causes a DeprecationWarning to be emitted on Python 3.12
Configuration menu - View commit details
-
Copy full SHA for 2763a13 - Browse repository at this point
Copy the full SHA 2763a13View commit details -
Configuration menu - View commit details
-
Copy full SHA for f820ba8 - Browse repository at this point
Copy the full SHA f820ba8View commit details
Commits on Jul 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c722166 - Browse repository at this point
Copy the full SHA c722166View commit details -
Configuration menu - View commit details
-
Copy full SHA for a224d62 - Browse repository at this point
Copy the full SHA a224d62View commit details
Commits on Jul 3, 2023
-
Add exclusions for B905 (#388)
Co-authored-by: Alexey Nikitin <alexeynikitin@swatmobility.com>
Configuration menu - View commit details
-
Copy full SHA for f1c391a - Browse repository at this point
Copy the full SHA f1c391aView commit details
Commits on Jul 10, 2023
-
Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword…
… arguments (#398) * Add B034: re.sub/subn/split must pass flags/count/maxsplit as keyword arguments. * remove <3.8 check accidentally added back * Apply suggestions from code review Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> * update column in testcase * improved wording --------- Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dea2e00 - Browse repository at this point
Copy the full SHA dea2e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for b62f181 - Browse repository at this point
Copy the full SHA b62f181View commit details
There are no files selected for viewing