issues
search
zheller
/
flake8-quotes
Flake8 extension for checking quotes in python
MIT License
178
stars
39
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
test: run flake8 with custom cfg to make it aware of flake8_quotes
#123
mika
opened
1 month ago
0
test/test_checks.py: flake8 test relies on flake8-quotes extension being present
#122
mika
opened
1 month ago
0
avoid directly executing setup.py
#121
dimbleby
opened
7 months ago
0
Fix #119
#120
arnimarj
opened
8 months ago
0
Incorrect Q003 error
#119
jonyscathe
opened
9 months ago
4
Feature/f string checks
#118
arnimarj
closed
10 months ago
6
Q000 error on f-string for CPython 3.12
#117
skirpichev
closed
10 months ago
11
Flake8 pre-commit hook doesn't work with flake8-quotes
#116
sevapopov2
closed
1 year ago
1
Please help release the latest master as 3.3.1 breaks argpase
#115
introom
closed
1 year ago
3
migrated from optparse
#112
mangin
closed
1 year ago
2
Update add_options for flake8 6.0
#111
alexfikl
closed
1 year ago
9
Incompatibility with flake8 v6
#110
matthiasdiener
closed
1 year ago
1
Stepping down as a maintainer
#109
twolfson
opened
2 years ago
0
Incorrect error message from `Q002` for docstrings
#108
GideonBear
opened
2 years ago
0
Replace setup.py with pyproject.toml
#107
skirpichev
closed
1 year ago
1
Update README.rst
#106
pbelskiy
opened
2 years ago
1
This project seems incompatible with black
#105
bristea
closed
2 years ago
1
Use assertRegex instead of assertRegexpMatches for Python 3.11 compatibility.
#104
tirkarthi
closed
3 years ago
4
Make the error message show what kind of string is bad.
#103
Julian
closed
3 years ago
4
Friendlier error message
#102
Julian
closed
3 years ago
5
Added variable docstring support
#101
plinss
closed
4 years ago
11
Support variable docstrings
#100
plinss
opened
4 years ago
8
Fixed mistaking key access as docstring
#99
twolfson
closed
4 years ago
1
No error after outer quotes are changed per Q003 if inner quotes are still escaped
#98
rpdelaney
opened
4 years ago
3
Buggy behavior with empty dict literal and string:
#97
squeaky-pl
closed
4 years ago
5
Added quadruple quote ending support
#96
twolfson
closed
4 years ago
2
Multiline quote raise wrong error
#95
Zoynels
closed
4 years ago
7
Prefer flake8-provided lines over parsing file
#94
skirpichev
closed
4 years ago
4
Use flake8 provided tokens for analysis
#93
skirpichev
closed
4 years ago
10
IndentationError while checking doctest's in the sphinx docs
#92
skirpichev
closed
4 years ago
6
Adds 3.7 and 3.8 to test matrix
#91
sobolevn
closed
4 years ago
1
Update .travis.yml
#90
sobolevn
closed
4 years ago
10
Add test cases for python3.7 and python3.8
#89
sobolevn
closed
4 years ago
3
Add [flake8] to readme cfg example
#88
cxong
closed
5 years ago
1
Ignrones print statements
#87
ghost
closed
5 years ago
2
Is there a rule to make sure all the string literals have a prefix 'b' or 'u'?
#86
fallenwood
closed
5 years ago
1
List the defined codes in the README
#85
peterjc
closed
5 years ago
4
Link to tools which automatically fix the quote style?
#84
peterjc
closed
5 years ago
4
Document all the validation codes in the README
#83
peterjc
closed
5 years ago
3
strings on multiple lines with different quotes
#82
samuelcolvin
opened
5 years ago
5
Removed checking of escaped quotes for raw string literals
#81
JoeHitchen
closed
5 years ago
3
Q003 error message is wrong for raw strings
#80
xqt
closed
5 years ago
9
Added lint checks for main files
#79
twolfson
closed
4 years ago
1
Avoid Escaped Quotes
#78
JoeHitchen
closed
5 years ago
8
Add a rule to prevent unnessary \' in single-quoted strings
#77
5j9
closed
5 years ago
17
Allow both single and double for inline but enforce double for docstring
#76
stevula
closed
6 years ago
3
Add note about provided warning
#75
kornicameister
closed
6 years ago
2
Is there a way to set all options at once?
#74
fchorney
closed
6 years ago
1
Docstring detection (continue #59)
#73
oxitnik
closed
6 years ago
2
Fix stdin handling: use lines instead of filename
#72
blueyed
closed
5 years ago
6
Next