Skip to content

Commit 57fbad1

Browse files
committed
Installed lint libs for dev env
1 parent 2e307f7 commit 57fbad1

File tree

4 files changed

+109
-7
lines changed

4 files changed

+109
-7
lines changed

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@ pip-log.txt
2626
.coverage
2727
.tox
2828
nosetests.xml
29-
3029
.email_password.txt
3130
.db_password.txt
3231
local_settings.py
32+
3333
# Translations
3434
*.mo
35-
3635
*.nja
37-
3836
media/*
3937

4038
# Mr Developer
@@ -43,3 +41,8 @@ media/*
4341
.pydevproject
4442
venv
4543
.secrets.*
44+
45+
# IDE's and Text Editor Setting Up
46+
47+
.idea/
48+
.vscode/

flask_googlemaps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""FlaskGoogleMaps - Google Maps Extension for Flask"""
22

3-
__version__ = '0.3.0'
3+
__version__ = '0.4.0'
44

55
from flask import render_template, Blueprint, Markup, g
66
from flask_googlemaps.icons import dots

poetry.lock

Lines changed: 101 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dynaconf = "^2.2.2"
3232
flake8 = "^3.7.9"
3333
black = "^19.10b0"
3434
gitchangelog = "^3.0.4"
35+
pylint = "^2.4.4"
3536

3637
[build-system]
3738
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)