Skip to content

Commit f17722e

Browse files
authored
Merge pull request #2 from MKaczkow/ditch-isort-update-readme-rabbit
ditch isort, update readme
2 parents 91cae24 + 02d9f8a commit f17722e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Repo for general concepts for working with python (e.g. regex, files operations,
33

44
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
55
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
6-
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
76
[![CI](https://github.com/MKaczkow/python_concepts/actions/workflows/ci.yml/badge.svg)](https://github.com/MKaczkow/python_concepts/actions/workflows/ci.yml)
87

98
# Topics
@@ -28,4 +27,5 @@ Repo for general concepts for working with python (e.g. regex, files operations,
2827
19. [Steganography](./steganography)
2928
20. [Code profiling](./profiling_code)
3029
21. [Managing dependencies with uv](./uv_package_manager/)
31-
22. [Types and more](./types_and_more/)
30+
22. [Types and more](./types_and_more/)
31+
23. [Bellman-Ford algorithm](./bellman_ford)

0 commit comments

Comments
 (0)