Skip to content

Commit

Permalink
Develop (#29)
Browse files Browse the repository at this point in the history
update to match scrapli core upgrades!
  • Loading branch information
carlmontanari authored Feb 11, 2021
1 parent 0dabc20 commit 1101d83
Show file tree
Hide file tree
Showing 63 changed files with 2,597 additions and 3,741 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,7 @@ dmypy.json
private/

# log output
*.log
*.log

# mkdocs site
site/*
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Carl Montanari
Copyright (c) 2021 Carl Montanari

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
22 changes: 8 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
lint:
python -m isort nornir_scrapli/
python -m isort examples/
python -m isort tests/
python -m black nornir_scrapli/
python -m black examples/
python -m black tests/
python -m pylama nornir_scrapli/
python -m pydocstyle nornir_scrapli/
python -m isort .
python -m black .
python -m pylama .
python -m pydocstyle .
python -m mypy nornir_scrapli/

cov:
Expand All @@ -21,9 +17,7 @@ test:

.PHONY: docs
docs:
rm -rf docs/nornir_scrapli
python -m pdoc \
--html \
--output-dir docs \
nornir_scrapli \
--force
python docs/generate/generate_docs.py

deploy_docs:
mkdocs gh-deploy
Loading

0 comments on commit 1101d83

Please sign in to comment.