Skip to content

Commit

Permalink
update cfg to run pylama against juniper dir, fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Mar 15, 2021
1 parent bfa8573 commit ce75db9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sort = cover

[pylama]
linters = mccabe,pycodestyle,pylint
skip = tests/*,.nox/*,venv/*,build/*,private/*,docs/*,site/*,scrapli_cfg/platform/core/juniper_junos/*
skip = tests/*,.nox/*,venv/*,build/*,dist/*,private/*,docs/*,site/*

[pylama:pycodestyle]
max_line_length = 100
Expand All @@ -33,7 +33,7 @@ line_length = 100
multi_line_output = 3
include_trailing_comma = True
known_first_party = scrapli
known_third_party = asyncssh,pytest,napalm
known_third_party = asyncssh,pytest

[darglint]
docstring_style = google
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env python
"""scrapli_cfg - configuration management with scrapli"""
import setuptools
from pathlib import Path

import setuptools

__author__ = "Carl Montanari"
__version__ = "2021.07.30a3"

Expand Down

0 comments on commit ce75db9

Please sign in to comment.