Skip to content

Commit a049e78

Browse files
committed
Update README with Black shield.
1 parent cc5690f commit a049e78

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
# Python-Interview-Problems-for-Practice [![star this repo](http://githubbadges.com/star.svg?user=devAmoghS&repo=Python-Interview-Problems-for-Practice)](http://github.com/ddavison/github-badges) [![fork this repo](http://githubbadges.com/fork.svg?user=devAmoghS&repo=Python-Interview-Problems-for-Practice)](http://github.com/ddavison/github-badges/fork)
1+
# Python-Interview-Problems-for-Practice
2+
3+
[![star this repo](http://githubbadges.com/star.svg?user=devAmoghS&repo=Python-Interview-Problems-for-Practice)](http://github.com/ddavison/github-badges) [![fork this repo](http://githubbadges.com/fork.svg?user=devAmoghS&repo=Python-Interview-Problems-for-Practice)](http://github.com/ddavison/github-badges/fork) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
4+
25
![alt text](https://images.unsplash.com/photo-1494178270175-e96de2971df9?ixlib=rb-1.2.1&auto=format&fit=crop&w=972&q=80)
36
40+ Common code and interview problems solved in Python (it's growing...)
47

58
### The core idea is not to utilize built-in functions or library and giving it a more logic-based approach, so that it can be language-friendly and not end up being another repository of "Python Tips and Tricks" .
69

710
## How good is the code ?
811
* It is well tested
9-
* It passes style checks (PEP8 compliant) [TODO]
12+
* Consistent formatting (using [Black](https://github.com/python/black))
1013
* It can compile in its current state (and there are relatively no issues)
1114

1215
## How much support is available?

0 commit comments

Comments
 (0)