forked from arkq/flake8-requirements
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: mwgamble/flake8-requirements
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: arkq/flake8-requirements
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 16 files changed
- 7 contributors
Commits on Jan 12, 2023
-
Switch from 'toml' package to tomli/tomllib
Python 3.11 comes with built-in support for TOML. It's an almost direct import of the tomli package. As the 'toml' library is unmaintained, and tomli has the same interface as what's in the standard library, this switches the TOML support to a supported library with a minimum of fuss. Tomllib requires files to be opened in 'rb' mode, so the relevant tests had to be updated accordingly.
Configuration menu - View commit details
-
Copy full SHA for 978e205 - Browse repository at this point
Copy the full SHA 978e205View commit details
Commits on Feb 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f6c01c - Browse repository at this point
Copy the full SHA 9f6c01cView commit details
Commits on May 15, 2023
-
Fix auto-detected module name generation
In most cases conventional "python-" prefix used in project names is not used in exported module names. However, there are some exceptions and we have to account for that. Fixes arkq#74
Configuration menu - View commit details
-
Copy full SHA for bac0b04 - Browse repository at this point
Copy the full SHA bac0b04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d58340 - Browse repository at this point
Copy the full SHA 8d58340View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ea99799 - Browse repository at this point
Copy the full SHA ea99799View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d818bfb - Browse repository at this point
Copy the full SHA d818bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b47c13 - Browse repository at this point
Copy the full SHA 4b47c13View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab13226 - Browse repository at this point
Copy the full SHA ab13226View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0061d9a - Browse repository at this point
Copy the full SHA 0061d9aView commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f36956e - Browse repository at this point
Copy the full SHA f36956eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 894d7f2 - Browse repository at this point
Copy the full SHA 894d7f2View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9291b0 - Browse repository at this point
Copy the full SHA f9291b0View commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7f0c97 - Browse repository at this point
Copy the full SHA f7f0c97View commit details
Commits on May 8, 2024
-
Add support for dynamic dependencies (arkq#91)
The dynamic dependencies are part of pep621. For now only the setuptools supports dynamic dependencies. Because of that the implementation is somehow dependent on setuptools. When other tool adds support for dynamic dependencies only the part for gathering of the dependencies has to be changed.
Configuration menu - View commit details
-
Copy full SHA for 752581c - Browse repository at this point
Copy the full SHA 752581cView commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb38c11 - Browse repository at this point
Copy the full SHA eb38c11View commit details
Commits on Jan 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bc75204 - Browse repository at this point
Copy the full SHA bc75204View commit details
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 792137a - Browse repository at this point
Copy the full SHA 792137aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f607e61 - Browse repository at this point
Copy the full SHA f607e61View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master