Skip to content

Commit

Permalink
updating docs / analyze versions (Azure#37981)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapratico authored Oct 18, 2024
1 parent 4f0349e commit 41eb652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ We utilize a variety of tools to ensure smooth development, testing, and code qu

- Bandit: [Bandit](https://bandit.readthedocs.io/en/latest/) is employed to find common security issues in Python code. It performs static analysis and helps us secure the codebase.

- Azure DevOps: Our CI/CD pipelines are managed using [Azure DevOps](https://azure.microsoft.com/en-us/products/devops/), ensuring that builds, tests, and deployments are executed consistently and reliably across all contributions.
- Azure DevOps: Our CI/CD pipelines are managed using [Azure DevOps](https://azure.microsoft.com/products/devops/), ensuring that builds, tests, and deployments are executed consistently and reliably across all contributions.

## Building and Testing

Expand Down
6 changes: 3 additions & 3 deletions doc/analyze_check_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This table is to clarify the currently pinned version of tools we run in CI and

| Tool | Current Version | Next Version | Next Version Merge Date |
|------|-----------------|--------------|-------------------------|
Pylint | 3.1.0 | 3.2.5 | 2024-10-14 |
MyPy | 1.9.0 | 1.10.1 | 2024-10-14 |
Pyright | 1.1.359 | 1.1.371 | 2024-10-14 |
Pylint | 3.2.5 | 3.2.7 | 2025-01-13 |
MyPy | 1.10.1 | TBD | 2025-01-13 |
Pyright | 1.1.371 | TBD | 2025-01-13 |
Sphinx | 7.3.7 | N/A | N/A |
Black | 24.4.0 | N/A | N/A |

0 comments on commit 41eb652

Please sign in to comment.