An pylint extension for linting discord.py
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
dpylint is a pylint extension that lints python code written for a discord bot
For a demo see demo.md
To install dpylint:
You'll need to have python and pylint installed in order to use the extension
-
Installing via pip
-
Directly installing via pip (Recommended)
pip install dpylint
-
Installing using pip and git
pip install git+https://github.com/wasi-master/dpylint.git
-
-
Cloning then installing
-
Clone the repo
git clone https://github.com/wasi-master/dpylint.git
-
Install using pip
pip install .
-
Create a new file called .pylintrc
and add this to that file
[MASTER]
load-plugins=dpylint
For more examples such as vscode installation, usage without pylintrc file, please refer to the Documentation
See the todo list for a list of features yet to be added(and known issues). Also see the open issues issues.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/wasi-master/dpylint
Discord: Wasi Master#6969
Email: arianmollik323@gmail.com
-
Cyrus from the official discord.py server
- For the event checking idea
-
Gnome from the official discord.py server
- For the idea to check for aliases. e.g. ctx.channel.send instead of ctx.send
-
proguy (bobo yoda) from the official discord.py server
- For the idea to check for client instead of bot
-
Hay (Kekka)
- For the idea to check for misleading variable names for discord.User and discord.Member