Add flake8 entry to changelog

This commit is contained in:
Mike Salvatore 2021-04-08 06:40:09 -04:00
parent b3c8ce28ed
commit 920803bbac
1 changed files with 2 additions and 1 deletions

View File

@ -17,4 +17,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Monkey agents are stored in the configurable data_dir when monkey is "run
from the island". #997
- Reformated all code using black. #1070
- Sort all imports usind isort. #1081
- Sorted all imports usind isort. #1081
- Addressed all flake8 issues. #1071