algorithms-keeper
algorithms-keeper copied to clipboard
build(deps): bump fixit from 0.1.4 to 2.1.0
Bumps fixit from 0.1.4 to 2.1.0.
Changelog
Sourced from fixit's changelog.
2.1.0 - 2023-10-25
Minor feature release
New:
Fixed:
- Reporting violations on
Modulenodes (#368, #367)- Incorrect auto-fixes from
CompareSingletonPrimitivesByIs(#391, #378, #375)- Parsing error for
typing.LiteralinNoStringTypeAnnotationrule (#400, #377)- Error handling when rules fail to import in child processes (#401, #381)
Thanks:
$ git shortlog -sn v2.0.0.post1... 8 Amethyst Reese 2 LW 1 Dave Turner 1 Uzumaki 1 Yajus Gakhar 1 rembridge2.0.0 - 2023-07-17
This is the first stable release with the major rework of Fixit. There are many breaking changes since the
0.1.4release, including configuration formats, CLI commands, and lint rule APIs. Existing users should look at the Upgrade Guide for help migrating to the latest version.Major Changes
- Hierarchical configuration via TOML format
- Support for in-repo custom lint rules relative to project configuration
- Simplified CLI binary with subcommands to check for errors and apply fixes
- Interactive review and application of autofixes
- Dedicated API for integration with alternate frontends
- Overhauled documentation, with quick start guide
- Integration with pre-commit
- Support for configurable target version and selection of applicable rules
- Support for selecting and filtering rules by tags at runtime
New Rules
... (truncated)
Commits
b34fabdChangelog for v2.1.001ddf47Update RTD config0a73211Revert to sphinx 7.0.1 to resolve rendering issues on API docs81fb393feat: support linting stdin (#388)83a5a45Make CollectionError pickleablefc2117bMore robust typing literal handling79d2080fix(compare_singleton_primitives_by_is): compare Name directly instead of Qua...f98cb3bRefactor violation diffing into separate function2efadd0Bump actions/checkout from 3 to 4 (#396)e1345f0Bump flake8-bugbear from 23.7.10 to 23.9.16 (#394)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)