encode / django-vanilla-views

Beautifully simple class-based views.
http://django-vanilla-views.org/
BSD 2-Clause "Simplified" License
985 stars 74 forks source link

docs: update the deprecated build badge #127

Open shuuji3 opened 8 months ago

shuuji3 commented 8 months ago

Hello, this PR fixes the deprecated badge image to the new one. Thanks!

Target file: https://github.com/encode/django-vanilla-views/blob/master/docs/index.md

Before Screenshot from 2024-02-14 11-36-37

After Screenshot from 2024-02-14 11-35-13

Issue explaining about the deprecation: https://github.com/badges/shields/issues/8671

CI error

It looks like pre-commit error in GitHub Actions is related to isort issue. Probably we need to upgrade its version. (ref. https://github.com/home-assistant/core/issues/86892)