@@ -55,7 +55,7 @@ If you love PyT, please star our project on GitHub to show your support! :star:
5555[ #155 ] : https://github.com/python-security/pyt/pull/155
5656
5757#### :bug : Bugfixes
58- * Fixed a bug where ` get_call_names ` only handled ast.Attribute nodes ([ #148 ] , thanks [ @bcaller ] )
58+ * Fixed a bug where ` get_call_names ` only handled ` ast.Attribute ` nodes ([ #148 ] , thanks [ @bcaller ] )
5959* Fixed a bug where ` vars_visitor.py ` crashed on Python 3.5 dict syntax ([ #144 ] , thanks [ @bcaller ] )
6060
6161[ #144 ] : https://github.com/python-security/pyt/pull/144
@@ -69,13 +69,13 @@ If you love PyT, please star our project on GitHub to show your support! :star:
6969
7070#### :mortar_board : Walkthrough / Help
7171
72- * Added README.rst files to almost every directory. (Partially [ #126 ] )
72+ * Added ` README.rst ` files to almost every directory. (Partially [ #126 ] )
7373
7474#### :snake : Miscellaneous
7575
7676* Added tests for ` vars_visitor.py ` , making our overall coverage 91% ([ #139 ] , thanks [ @stannum-l ] )
7777* Cleaned and organized requirements, ` setup.py ` , ` tox.ini ` and ` .travis.yml ` ([ #152 ] , thanks [ @bcaller ] )
78- * Cleaned up the new pyt/core/ folder ([ #132 ] )
78+ * Cleaned up the new ` pyt/core/ ` folder ([ #132 ] )
7979* Fixed all flake8 errors ([ #114 ] & [ #130 ] , thanks [ @cclauss ] )
8080* Re-organized the entire codebase into different directories ([ #126 ] )
8181* Return exit code 1 if any non-sanitised vulnerabilities are found ([ #156 ] , thanks [ @bcaller ] )
0 commit comments