Skip to content

Commit b04de84

Browse files
committed
Remove Pipefile.lock
1 parent 8bd26dd commit b04de84

4 files changed

Lines changed: 5 additions & 780 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,7 @@ nose2-junit.xml
142142

143143
# Example files for testing README.md examples
144144
example-config.yaml
145-
example.py
145+
example.py
146+
147+
# pipenv
148+
Pipfile.lock

.pylintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ load-plugins=
3636
# Pickle collected data for later comparisons.
3737
persistent=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.
4541
unsafe-load-any-extension=no

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
135136
clean-all: clean

0 commit comments

Comments
 (0)