Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
refactor!: add pylint
Browse files Browse the repository at this point in the history
add
- .pylintrc
- pylint pre-commit hook

BREAKING CHANGE: Since Ignition 7.9 relies on Jython 2.5.3, this
  project was adapted to conform with Python 2.5.6

  Replace `from __future__ import print_function` with `import pprint`
  Add `from __future__ import with_statement` where required
  Remove features not available in Python 2.5
  • Loading branch information
cesarcoatl committed Sep 6, 2021
1 parent 4e38db3 commit d011959
Show file tree
Hide file tree
Showing 32 changed files with 1,339 additions and 695 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -17,3 +17,10 @@ repos:
- id: pydocstyle
additional_dependencies:
- toml
- repo: local
hooks:
- id: pylint
name: pylint
entry: pylint
language: system
types: [python]

0 comments on commit d011959

Please sign in to comment.