Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pre-commit from 3.5.0 to 3.6.0 #33

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2023

Bumps pre-commit from 3.5.0 to 3.6.0.

Release notes

Sourced from pre-commit's releases.

pre-commit v3.6.0

Features

  • Check minimum_pre_commit_version first when parsing configs.

Fixes

Updating

Changelog

Sourced from pre-commit's changelog.

3.6.0 - 2023-12-09

Features

  • Check minimum_pre_commit_version first when parsing configs.

Fixes

Updating

Commits
  • 9c9983d v3.6.0
  • 7dc0a59 Merge pull request #3093 from pre-commit/removeprefix
  • d3fa7f4 Merge pull request #3092 from pre-commit/minimum-version-first
  • 08478ec python 3.9+: use removeprefix
  • 047439a attempt minimum_pre_commit_version first when parsing configs
  • 23a2b73 Merge pull request #3079 from edgarrmondragon/deprecation-rmtree-onerror
  • cffabe5 Address deprecation warning in shutil.rmtree(onerror=...)
  • 51df34e Merge pull request #3078 from pre-commit/pre-commit-ci-update-config
  • e36cefc [pre-commit.ci] pre-commit autoupdate
  • 2280645 Merge pull request #3064 from pre-commit/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f3ddffc) 98.02% compared to head (33d641e) 98.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   98.02%   98.02%           
=======================================
  Files          20       20           
  Lines         556      556           
  Branches      105      105           
=======================================
  Hits          545      545           
  Misses          8        8           
  Partials        3        3           
Flag Coverage Δ
3.10 98.02% <ø> (ø)
3.11 98.02% <ø> (ø)
3.12 98.02% <ø> (ø)
3.8 98.02% <ø> (ø)
3.9 98.02% <ø> (ø)
macos-latest 98.02% <ø> (ø)
ubuntu-latest 98.02% <ø> (ø)
windows-latest 98.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

stdedos added a commit that referenced this pull request Jan 28, 2024
* `.github/workflows/checks.yaml`:
  * Use glob in `hashFiles`, instead of hard-coded names
  * Use title-case naming for steps
* Rename `.github/workflows/run-tests.yaml` to `.github/workflows/tests.yaml` and `Tests` as title
* Add `-e file:.#egg=pylint-pytest` to `requirements/dev.in`
  * It seems that #33 / a410e15
    does not pick up `pylint`; resulting it being purged from the venv - and the tests failing subsequently
    (see https://github.com/pylint-dev/pylint-pytest/actions/runs/7298965817/job/19891092695?pr=33#step:6:30)
  * Remove the `pip install --no-deps -e .` instruction from `Makefile`

Signed-off-by: Stavros Ntentos <[email protected]>
@stdedos
Copy link
Collaborator

stdedos commented Jan 28, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/pre-commit-3.6.0 branch from a410e15 to 7e7d25d Compare January 28, 2024 21:06
stdedos added a commit that referenced this pull request Jan 28, 2024
* `.github/workflows/checks.yaml`:
  * Make `Checks` run for every branch and PR
  * Use glob in `hashFiles`, instead of hard-coded names
  * Use title-case naming for steps
* Rename `.github/workflows/run-tests.yaml` to `.github/workflows/tests.yaml` and `Tests` as title
* Add `-e file:.#egg=pylint-pytest` to `requirements/dev.in`
  * It seems that #33 / a410e15
    does not pick up `pylint`; resulting it being purged from the venv - and the tests failing subsequently
    (see https://github.com/pylint-dev/pylint-pytest/actions/runs/7298965817/job/19891092695?pr=33#step:6:30)
  * Remove the `pip install --no-deps -e .` instruction from `Makefile`

Signed-off-by: Stavros Ntentos <[email protected]>
@stdedos
Copy link
Collaborator

stdedos commented Jan 28, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/pre-commit-3.6.0 branch from 7e7d25d to 6d6a4cd Compare January 28, 2024 21:15
stdedos added a commit that referenced this pull request Jan 28, 2024
* `.github/workflows/checks.yaml`:
  * Make `Checks` run for every branch and PR
  * Use glob in `hashFiles`, instead of hard-coded names
  * Use title-case naming for steps
* Rename `.github/workflows/run-tests.yaml` to `.github/workflows/tests.yaml` and `Tests` as title
* Add `-e file:.#egg=pylint-pytest` to `requirements/dev.in`
  * It seems that #33 / a410e15
    does not pick up `pylint`; resulting it being purged from the venv - and the tests failing subsequently
    (see https://github.com/pylint-dev/pylint-pytest/actions/runs/7298965817/job/19891092695?pr=33#step:6:30)
  * Remove the stale `pyproject.toml` + `pip install --no-deps -e .` references from `Makefile`

Signed-off-by: Stavros Ntentos <[email protected]>
stdedos added a commit that referenced this pull request Jan 28, 2024
* `.github/workflows/checks.yaml`:
  * Make `Checks` run for every branch and PR
  * Use glob in `hashFiles`, instead of hard-coded names
  * Use title-case naming for steps
* Rename `.github/workflows/run-tests.yaml` to `.github/workflows/tests.yaml` and `Tests` as title
* Add `-e file:.#egg=pylint-pytest` to `requirements/dev.in`
  * It seems that #33 / a410e15
    does not pick up `pylint`; resulting it being purged from the venv - and the tests failing subsequently
    (see https://github.com/pylint-dev/pylint-pytest/actions/runs/7298965817/job/19891092695?pr=33#step:6:30)
  * Remove the stale `pyproject.toml` + `pip install --no-deps -e .` references from `Makefile`

Signed-off-by: Stavros Ntentos <[email protected]>
@stdedos
Copy link
Collaborator

stdedos commented Jan 28, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/pre-commit-3.6.0 branch from 6d6a4cd to 651d31c Compare January 28, 2024 21:36
stdedos added a commit that referenced this pull request Jan 28, 2024
* `.github/workflows/checks.yaml`:
  * Make `Checks` run for every branch and PR
  * Use glob in `hashFiles`, instead of hard-coded names
  * Use title-case naming for steps
* Rename `.github/workflows/run-tests.yaml` to `.github/workflows/tests.yaml` and `Tests` as title
* Add `-e file:.#egg=pylint-pytest` to `requirements/dev.in`
  * It seems that #33 / a410e15
    does not pick up `pylint`; resulting it being purged from the venv - and the tests failing subsequently
    (see https://github.com/pylint-dev/pylint-pytest/actions/runs/7298965817/job/19891092695?pr=33#step:6:30)
  * Remove the stale `pyproject.toml` + `pip install --no-deps -e .` references from `Makefile`

Signed-off-by: Stavros Ntentos <[email protected]>
stdedos added a commit that referenced this pull request Jan 28, 2024
Add `-e file:.#egg=pylint-pytest` to `requirements/dev.in`

It seems that #33 / a410e15
does not pick up `pylint`; resulting it being purged from the venv - and the tests failing subsequently
see https://github.com/pylint-dev/pylint-pytest/actions/runs/7298965817/job/19891092695?pr=33#step:6:30)

Additionally, remove the stale `pyproject.toml` +
`pip install --no-deps -e .` references from `Makefile` - as they are not needed anymore.

Signed-off-by: Stavros Ntentos <[email protected]>
@stdedos
Copy link
Collaborator

stdedos commented Jan 30, 2024

https://github.com/dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/pre-commit-3.6.0 branch from 651d31c to 33d641e Compare January 30, 2024 08:29
@stdedos stdedos added this pull request to the merge queue Jan 30, 2024
@stdedos stdedos removed this pull request from the merge queue due to a manual request Jan 30, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to Branch Protection failures Jan 30, 2024
You're not authorized to push to this branch. Visit "About protected branches" for more information.
github-merge-queue bot pushed a commit that referenced this pull request Jan 30, 2024
@stdedos stdedos merged commit 7e7b9bb into master Jan 30, 2024
@stdedos stdedos deleted the dependabot/pip/pre-commit-3.6.0 branch January 30, 2024 10:55
@stdedos stdedos added this to the Release v2 milestone Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants