Skip to content

Commit f762108

Browse files
author
Shehab Abdel-Salam
committed
Configure ruff
1 parent 605b72b commit f762108

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ This will install the latest version of `pytest` on your machine.
8989
First, make sure to clone the repository to your local machine using the following command:
9090

9191
```bash
92-
git clone https://github.com/shehab-as/Udemy-Complete-Python.git
92+
git clone https://github.com/shehab-as/The-Python-Programmer.git
9393
```
9494

9595
Afterwards, navigate to the repository directory:
9696

9797
```bash
98-
cd The-Python-Programmer
98+
cd The-Python-Programmer/
9999
```
100100

101101
---
@@ -188,9 +188,8 @@ cd The-Python-Programmer
188188

189189
---
190190

191-
## 4. Contributing
191+
## 4. Reporting Issues
192192

193-
If you have any questions or would like to report an issue, feel free to raise an issue on the repository.
194-
Contributions are always welcome! If you would like to contribute, you can submit a pull request with your proposed changes and improvements and I'll make sure to review them as soon as possible.
193+
If you have any questions or would like to report an issue, you can [click here to raise an issue](https://github.com/shehab-as/The-Python-Programmer/issues/new) on the repository and I'll make sure to review them as soon as possible.
195194

196195
Happy coding! 🐍

ruff.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target-version = "py312"

0 commit comments

Comments
 (0)