petl-developers / petl

Python Extract Transform and Load Tables of Data
MIT License
1.24k stars 193 forks source link

Chore: improve lints and vscode settings #658

Closed juarezr closed 6 months ago

juarezr commented 6 months ago

This PR has the objective of improving lints and vscode settings.

Changes

  1. Added configuration for bandit in pyproject.toml to reduce the CI source code analysis false positive (WIP)
  2. Updated VS Code settings for python for working with newer versions
  3. Added VS Code extension recommendations
  4. Improved VS Code debug/launch tasks
  5. Added requirements-linting.txt to easy linters installation

Checklist

Use this checklist to ensure the quality of pull requests that include new code and/or make changes to existing code.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8254917834

Details


Totals Coverage Status
Change from base Build 8253998504: 0.0%
Covered Lines: 13352
Relevant Lines: 14661

💛 - Coveralls