Skip to content

Commit

Permalink
Merge branch 'main' into license_header
Browse files Browse the repository at this point in the history
  • Loading branch information
pem70 authored Jul 23, 2024
2 parents 70270f2 + 307ec04 commit 43511a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
"./src/zos_jobs",
"./src/zosmf"
],
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ Code standards

This project follows the [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guide.

This project also uses `flake8` for code linting. Make sure to run `flake8` on your code before submitting a pull request.
This project also uses `pydocstyle`, `pydoclint`, and `pylint` for code linting. Make sure to run them on your code before submitting a pull request.

We recommend using `black` and `isort` as code formatters. Please format your code using these tools before creating a pull request.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pycodestyle==2.9.0
pydocstyle==5.1.1
pydoclint==0.5.3
pyfakefs
pyflakes==2.5.0
pylama==7.7.1
pylint==3.2.5
pytest==7.1.2
Expand Down

0 comments on commit 43511a5

Please sign in to comment.