Skip to content

Commit 7ca22c4

Browse files
committed
Add badges
1 parent 286d374 commit 7ca22c4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Flake8-plus
22

3+
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/sorenlind/flake8-plus/tree/main.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/sorenlind/flake8-plus/tree/main)
4+
[![codecov](https://img.shields.io/codecov/c/github/sorenlind/flake8-plus?token=8ULWSRBPNC)](https://codecov.io/gh/sorenlind/flake8-plus)
5+
[![license](https://black.readthedocs.io/en/stable/_static/license.svg)](https://github.com/sorenlind/flake8-plus/blob/main/LICENSE)
6+
[![pypi](https://img.shields.io/pypi/v/flake8-plus)](https://pypi.org/project/flake8-plus/)
7+
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
8+
39
Flake8-plus is a plugin for [Flake8](https://github.com/PyCQA/flake8) that detects
410
incorrect amounts of vertical whitespace before the first toplevel `import` statement.
511
By default, the plugin issues a warning if there are blank lines immediately preceding

cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// language - current active spelling language
66
"language": "en",
77
// words - list of words to be always considered correct
8-
"words": ["docstring", "docstrings", "toplevel", "Pylint"],
8+
"words": ["codecov", "docstring", "docstrings", "toplevel", "PyPI", "Pylint"],
99
// flagWords - list of words to be always considered incorrect
1010
// This is useful for offensive words and common spelling errors.
1111
// For example "hte" should be "the"

0 commit comments

Comments
 (0)