Additional string spaces checkers for Pylint
Project description
# Pylint String Spaces Checkers
Additional string checkers for [Pylint](https://pylint.org).
[![Build Status](https://travis-ci.org/ZhangBohan/pylint-string-spaces-checkers.svg?branch=master)](https://travis-ci.org/ZhangBohan/pylint-string-spaces-checkers)[![PyPI version](https://badge.fury.io/py/pylint-string-spaces-checkers.svg)](https://badge.fury.io/py/pylint-string-spaces-checkers)
## Install
` pip install pylint-string-spaces-checkers `
## Usage
To use the additional string checkers, run Pylint as follows:
` pylint --load-plugins string_spaces_checkers foo.py `
## Checkers
### String concatenation spaces
String substitution is often recommended over string concatenation, but most time we just miss the comma, so we should check if we miss comma between strings
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file pylint-string-spaces-checkers-0.2.4.tar.gz
.
File metadata
- Download URL: pylint-string-spaces-checkers-0.2.4.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 724ed0697705eb9e5ad856a9ad37f0de417f5f9a364ebad813756b275ccbc349 |
|
MD5 | 4f79be3c972a66db09036ee4871faca3 |
|
BLAKE2b-256 | 91571ce64fa79fefe0d6c5dd7ff72529f60277aff9f8ae7e905a22af62c43297 |
File details
Details for the file pylint_string_spaces_checkers-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: pylint_string_spaces_checkers-0.2.4-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f152c4ca04b9cf51a16361a0a95a925e57d7f0e6f41917d4ac85de15e072346 |
|
MD5 | 082b036b991623ecee082416d9f948b7 |
|
BLAKE2b-256 | ac102db725f2bd2b6707d39336b5bece17cf970e86252e87364ede5cba255fec |
File details
Details for the file pylint_string_spaces_checkers-0.2.4-py2-none-any.whl
.
File metadata
- Download URL: pylint_string_spaces_checkers-0.2.4-py2-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d82255ce39d3451e1b9e0c8f0460a758c863e3a0efb0845e59046fc34fcf18fd |
|
MD5 | fa7a1fd39bf6b258772344e7c92d0d00 |
|
BLAKE2b-256 | 65dc85c57a02e769d290588068497f6083c3bd8a35cffacf8b92bfde817fe2b9 |