Commit Graph

6 Commits

Author SHA1 Message Date
Gulshan Singh 29c9d74f9b
Add flake8-builtins to linters (#1254)
* Add flake8-builtins linter

* Update flake8-builtins to 2.0.0
2022-10-09 00:03:22 +02:00
Gulshan Singh ccc56b9a58
Remove unused imports (#1139) 2022-09-09 04:56:26 +02:00
Gulshan Singh 544ea0eab7
Linting/formatting improvements (#1138)
* Fix flake8 F403 warnings

* Fix more flake8 errors and warnings

* Run isort on the root directory
2022-09-09 04:46:46 +02:00
Gulshan Singh 340dd2d43b
Minor linter/formatter configuration changes (#1105)
* Don't format gdb-pt-dump with black

* Move isort configuration into pyproject.toml

* Exclude gdb-pt-dump from flake8

* Set flake8 max line length to 100
2022-08-30 20:45:10 +02:00
Gulshan Singh 1df714d700
Fix PEP8 violations and add flake8 to CI (#1102)
* Add flake8 config to setup.cfg

* Fix W291 PEP8 warnings

* Fix W605 PEP8 warnings

* Fix E711 PEP8 error

* Fix E713 PEP8 errors

* Fix E262 PEP8 errors

* Fix E714 PEP8 error

* Fix E712 PEP8 errors

* Add flake8 to CI
2022-08-30 03:19:30 +02:00
Zach Riggle 2b5e39474c Add PEP8 configuration file for pep8 command-line and PyCharm 2016-12-13 16:36:54 -06:00