File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,4 +142,7 @@ nose2-junit.xml
142142
143143# Example files for testing README.md examples
144144example-config.yaml
145- example.py
145+ example.py
146+
147+ # pipenv
148+ Pipfile.lock
Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ load-plugins=
3636# Pickle collected data for later comparisons.
3737persistent =yes
3838
39- # When enabled, pylint would attempt to guess common misconfiguration and emit
40- # user-friendly hints instead of false-positive error messages.
41- suggestion-mode =yes
42-
4339# Allow loading of arbitrary C extensions. Extensions are imported into the
4440# active Python interpreter and may run arbitrary code.
4541unsafe-load-any-extension =no
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ clean: clean-venv
130130 rm -rf build
131131 rm -rf * .egg-info
132132 rm -f .coverage
133+ rm Pipfile.lock
133134
134135.PHONY : clean-all
135136clean-all : clean
You can’t perform that action at this time.
0 commit comments