Skip to content

Commit

Permalink
chore: master branch is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Dec 22, 2023
1 parent 05ff4a0 commit 04146ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
.. -*- coding: utf-8 -*-
.. image:: https://github.com/gforcada/flake8-plone-api/actions/workflows/testing.yml/badge.svg?branch=master
.. image:: https://github.com/gforcada/flake8-plone-api/actions/workflows/testing.yml/badge.svg?branch=main
:target: https://github.com/gforcada/flake8-plone-api/actions/workflows/testing.yml

.. image:: https://coveralls.io/repos/gforcada/flake8-plone-api/badge.svg?branch=master
:target: https://coveralls.io/github/gforcada/flake8-plone-api?branch=master
.. image:: https://coveralls.io/repos/gforcada/flake8-plone-api/badge.svg?branch=main
:target: https://coveralls.io/github/gforcada/flake8-plone-api?branch=main

Flake8 Plone API plugin
=======================
Checks for code usages that can be replaced with Plone API method calls.

`See the current replacements (on DATA variable at the bottom) <https://github.com/gforcada/flake8-plone-api/blob/master/flake8_plone_api.py>`_
`See the current replacements (on DATA variable at the bottom) <https://github.com/gforcada/flake8-plone-api/blob/main/flake8_plone_api.py>`_
and `propose new ones / fix existing ones <https://github.com/gforcada/flake8-plone-api/pulls>`_.

Install
Expand Down

0 comments on commit 04146ab

Please sign in to comment.