Skip to content
alexander todorovic edited this page May 26, 2024 · 1 revision

Welcome to the learning-linters wiki!

This repository is designed to help you understand and learn how to use various linters in Python.

Templates Directory

In the repository, you will find a templates directory. This directory contains Python files that are intentionally break rules. These files are provided so you can copy them into the main folder and run linters on them to see how linters work in action. By experimenting with these files, you can learn how different linters identify and help fix issues in your code.

Upcoming Templates

I will be adding more templates over the coming months. These templates will include various Python code examples that you can use to run linters on and learn from. Each new template will demonstrate different types of issues that linters can catch, helping you to gain a deeper understanding of code quality and best practices.

Stay tuned for regular updates and new templates!

Contribution

Feel free to contribute by adding more template files or suggesting improvements. Contributions are always welcome!

Clone this wiki locally