Skip to content
New issue

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

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

Already on GitHub? # to your account

disable epub #130

Merged
merged 1 commit into from
Aug 10, 2023
Merged

disable epub #130

merged 1 commit into from
Aug 10, 2023

Conversation

deppen8
Copy link
Owner

@deppen8 deppen8 commented Aug 10, 2023

No description provided.

@deppen8 deppen8 merged commit 5c32700 into main Aug 10, 2023
@deppen8 deppen8 deleted the try-RTD-20230810 branch August 10, 2023 21:11
renovate bot referenced this pull request in sawyerh/highlights Aug 1, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [flake8](https://github.com/pycqa/flake8)
([changelog](https://flake8.pycqa.org/en/latest/release-notes/index.html))
| `^6.0.0` -> `^7.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8/6.1.0/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8/6.1.0/7.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear#change-log)
([changelog](https://github.com/PyCQA/flake8-bugbear#change-log)) |
`^23.6.5` -> `^24.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-bugbear/24.4.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-bugbear/24.4.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-bugbear/23.12.2/24.4.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-bugbear/23.12.2/24.4.26?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pandas-vet](https://github.com/deppen8/pandas-vet) | `^0.2.3` ->
`^2023.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pandas-vet/2023.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pandas-vet/2023.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pandas-vet/0.2.3/2023.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pandas-vet/0.2.3/2023.8.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [setuptools](https://github.com/pypa/setuptools)
([changelog](https://setuptools.pypa.io/en/stable/history.html)) |
`^69.0.3` -> `^72.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/setuptools/72.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/setuptools/72.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/setuptools/69.5.1/72.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/setuptools/69.5.1/72.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pycqa/flake8 (flake8)</summary>

### [`v7.1.0`](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0)

[Compare
Source](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0)

### [`v7.0.0`](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0)

[Compare
Source](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0)

</details>

<details>
<summary>PyCQA/flake8-bugbear (flake8-bugbear)</summary>

###
[`v24.4.26`](https://github.com/PyCQA/flake8-bugbear/releases/tag/24.4.26)

[Compare
Source](https://github.com/PyCQA/flake8-bugbear/compare/24.4.21...24.4.26)

- B909: Fix false positive affecting containers of mutables
([#&#8203;469](https://github.com/PyCQA/flake8-bugbear/issues/469))

###
[`v24.4.21`](https://github.com/PyCQA/flake8-bugbear/releases/tag/24.4.21)

[Compare
Source](https://github.com/PyCQA/flake8-bugbear/compare/24.2.6...24.4.21)

- B950: Add pragma comment to line length ignores
([#&#8203;463](https://github.com/PyCQA/flake8-bugbear/issues/463))
- B909: Add more cases to detect + more container mutating functions
([#&#8203;460](https://github.com/PyCQA/flake8-bugbear/issues/460))

###
[`v24.2.6`](https://github.com/PyCQA/flake8-bugbear/releases/tag/24.2.6)

[Compare
Source](https://github.com/PyCQA/flake8-bugbear/compare/24.1.17...24.2.6)

- B902: Remove decorators named validator and root_validator from B902
checks
([#&#8203;459](https://github.com/PyCQA/flake8-bugbear/issues/459))
- B038: Change B038 to B909 and make it optional
([#&#8203;456](https://github.com/PyCQA/flake8-bugbear/issues/456))

###
[`v24.1.17`](https://github.com/PyCQA/flake8-bugbear/releases/tag/24.1.17)

[Compare
Source](https://github.com/PyCQA/flake8-bugbear/compare/24.1.16...24.1.17)

- B038: Restrict rule to mutation functions only
([#&#8203;453](https://github.com/PyCQA/flake8-bugbear/issues/453))

###
[`v24.1.16`](https://github.com/PyCQA/flake8-bugbear/releases/tag/24.1.16)

[Compare
Source](https://github.com/PyCQA/flake8-bugbear/compare/24.1.15...24.1.16)

-   B036: Fix crash on `raise` statements raising something other than

###
[`v24.1.15`](https://github.com/PyCQA/flake8-bugbear/releases/tag/24.1.15)

[Compare
Source](https://github.com/PyCQA/flake8-bugbear/compare/23.12.2...24.1.15)

- B038: Add check for mutations of loop iterator
([#&#8203;446](https://github.com/PyCQA/flake8-bugbear/issues/446))
- B037: Add check for yielding or returning values in **init**()
([#&#8203;442](https://github.com/PyCQA/flake8-bugbear/issues/442))
- B017: make B017 also apply to BaseException
([#&#8203;439](https://github.com/PyCQA/flake8-bugbear/issues/439))
- B036: Add check for except BaseException without re-raising
([#&#8203;438](https://github.com/PyCQA/flake8-bugbear/issues/438))

</details>

<details>
<summary>deppen8/pandas-vet (pandas-vet)</summary>

###
[`v2023.8.2`](https://github.com/deppen8/pandas-vet/releases/tag/v2023.8.2):
Version 2023.8.2

[Compare
Source](https://github.com/deppen8/pandas-vet/compare/v2023.8.1...v2023.8.2)

#### What's Changed

- update link to warnings list by
[@&#8203;deppen8](https://github.com/deppen8) in
[https://github.com/deppen8/pandas-vet/pull/132](https://github.com/deppen8/pandas-vet/pull/132)
- Bump version 2023.8.1 → 2023.8.2 by
[@&#8203;deppen8](https://github.com/deppen8) in
[https://github.com/deppen8/pandas-vet/pull/133](https://github.com/deppen8/pandas-vet/pull/133)

**Full Changelog**:
deppen8/pandas-vet@v2023.8.1...v2023.8.2

###
[`v2023.8.1`](https://github.com/deppen8/pandas-vet/releases/tag/v2023.8.1):
Version 2023.8.1

[Compare
Source](https://github.com/deppen8/pandas-vet/compare/v2023.8.0...v2023.8.1)

#### What's Changed

- fix link to docs in README by
[@&#8203;deppen8](https://github.com/deppen8) in
[https://github.com/deppen8/pandas-vet/pull/131](https://github.com/deppen8/pandas-vet/pull/131)

**Full Changelog**:
deppen8/pandas-vet@v2023.8.0...v2023.8.1

###
[`v2023.8.0`](https://github.com/deppen8/pandas-vet/releases/tag/v2023.8.0):
Version 2023.8.0

[Compare
Source](https://github.com/deppen8/pandas-vet/compare/v0.2.3...v2023.8.0)

#### What's Changed

- Fix typo in README.md by
[@&#8203;jamesmyatt](https://github.com/jamesmyatt) in
[https://github.com/deppen8/pandas-vet/pull/118](https://github.com/deppen8/pandas-vet/pull/118)
- Modernize pkg by [@&#8203;deppen8](https://github.com/deppen8) in
[https://github.com/deppen8/pandas-vet/pull/122](https://github.com/deppen8/pandas-vet/pull/122)
- Add docs by [@&#8203;deppen8](https://github.com/deppen8) in
[https://github.com/deppen8/pandas-vet/pull/123](https://github.com/deppen8/pandas-vet/pull/123)
- Add cleaner GH Actions by
[@&#8203;deppen8](https://github.com/deppen8) in
[https://github.com/deppen8/pandas-vet/pull/124](https://github.com/deppen8/pandas-vet/pull/124)
- fix doc artifact path by
[@&#8203;deppen8](https://github.com/deppen8) in
[https://github.com/deppen8/pandas-vet/pull/125](https://github.com/deppen8/pandas-vet/pull/125)
- Kp lauritzen/master by [@&#8203;deppen8](https://github.com/deppen8)
in
[https://github.com/deppen8/pandas-vet/pull/121](https://github.com/deppen8/pandas-vet/pull/121)
- Change recommendation from .array/.to_array() to .to_numpy() by
[@&#8203;KPLauritzen](https://github.com/KPLauritzen) in
[https://github.com/deppen8/pandas-vet/pull/115](https://github.com/deppen8/pandas-vet/pull/115)
- fix(pd002): Avoid crashing with inplace and variable by
[@&#8203;deppen8](https://github.com/deppen8) in
[https://github.com/deppen8/pandas-vet/pull/127](https://github.com/deppen8/pandas-vet/pull/127)
- big docs overhaul by [@&#8203;deppen8](https://github.com/deppen8)
in
[https://github.com/deppen8/pandas-vet/pull/128](https://github.com/deppen8/pandas-vet/pull/128)
- add ReadtheDocs config by
[@&#8203;deppen8](https://github.com/deppen8) in
[https://github.com/deppen8/pandas-vet/pull/129](https://github.com/deppen8/pandas-vet/pull/129)
- disable epub by [@&#8203;deppen8](https://github.com/deppen8) in
[https://github.com/deppen8/pandas-vet/pull/130](https://github.com/deppen8/pandas-vet/pull/130)

#### New Contributors

- [@&#8203;jamesmyatt](https://github.com/jamesmyatt) made their first
contribution in
[https://github.com/deppen8/pandas-vet/pull/118](https://github.com/deppen8/pandas-vet/pull/118)
- [@&#8203;KPLauritzen](https://github.com/KPLauritzen) made their
first contribution in
[https://github.com/deppen8/pandas-vet/pull/115](https://github.com/deppen8/pandas-vet/pull/115)

**Full Changelog**:
deppen8/pandas-vet@v0.2.3...v2023.8.0

</details>

<details>
<summary>pypa/setuptools (setuptools)</summary>

###
[`v72.1.0`](https://github.com/pypa/setuptools/compare/v72.0.0...v72.1.0)

[Compare
Source](https://github.com/pypa/setuptools/compare/v72.0.0...v72.1.0)

###
[`v72.0.0`](https://github.com/pypa/setuptools/compare/v71.1.0...v72.0.0)

[Compare
Source](https://github.com/pypa/setuptools/compare/v71.1.0...v72.0.0)

###
[`v71.1.0`](https://github.com/pypa/setuptools/compare/v71.0.4...v71.1.0)

[Compare
Source](https://github.com/pypa/setuptools/compare/v71.0.4...v71.1.0)

###
[`v71.0.4`](https://github.com/pypa/setuptools/compare/v71.0.3...v71.0.4)

[Compare
Source](https://github.com/pypa/setuptools/compare/v71.0.3...v71.0.4)

###
[`v71.0.3`](https://github.com/pypa/setuptools/compare/v71.0.2...v71.0.3)

[Compare
Source](https://github.com/pypa/setuptools/compare/v71.0.2...v71.0.3)

###
[`v71.0.2`](https://github.com/pypa/setuptools/compare/v71.0.1...v71.0.2)

[Compare
Source](https://github.com/pypa/setuptools/compare/v71.0.1...v71.0.2)

###
[`v71.0.1`](https://github.com/pypa/setuptools/compare/v71.0.0...v71.0.1)

[Compare
Source](https://github.com/pypa/setuptools/compare/v71.0.0...v71.0.1)

###
[`v71.0.0`](https://github.com/pypa/setuptools/compare/v70.3.0...v71.0.0)

[Compare
Source](https://github.com/pypa/setuptools/compare/v70.3.0...v71.0.0)

###
[`v70.3.0`](https://github.com/pypa/setuptools/compare/v70.2.0...v70.3.0)

[Compare
Source](https://github.com/pypa/setuptools/compare/v70.2.0...v70.3.0)

###
[`v70.2.0`](https://github.com/pypa/setuptools/compare/v70.1.1...v70.2.0)

[Compare
Source](https://github.com/pypa/setuptools/compare/v70.1.1...v70.2.0)

###
[`v70.1.1`](https://github.com/pypa/setuptools/compare/v70.1.0...v70.1.1)

[Compare
Source](https://github.com/pypa/setuptools/compare/v70.1.0...v70.1.1)

###
[`v70.1.0`](https://github.com/pypa/setuptools/compare/v70.0.0...v70.1.0)

[Compare
Source](https://github.com/pypa/setuptools/compare/v70.0.0...v70.1.0)

###
[`v70.0.0`](https://github.com/pypa/setuptools/compare/v69.5.1...v70.0.0)

[Compare
Source](https://github.com/pypa/setuptools/compare/v69.5.1...v70.0.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/sawyerh/highlights).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant