Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Refactor and check by flake8 and pydocstringlinter
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrohoi committed Oct 27, 2019
1 parent 6ec6607 commit b19a928
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 136 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__*
config.json
config.json
Pipfile*
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.

## [ 0.3 ] - 06/11/2019

- Refactored all functions
- Checked using flake8 and docstrings linter.

## [ 0.2 ] - 06/11/2019

### Added

- added configuration of script and making `config.json`
- argvparser
- Added configuration of script and making `config.json`
- Added argvparser

### Changed

- refactored all functions
- changed STDOUT info and method
- changed command executing method
- Refactored all functions
- Changed STDOUT info and method
- Changed command executing method

## [ 0.1 ] - 02/26/2019

Maked helper
- Script created
Loading

0 comments on commit b19a928

Please sign in to comment.