Skip to content

Commit 41eb652

Browse files
updating docs / analyze versions (#37981)
1 parent 4f0349e commit 41eb652

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We utilize a variety of tools to ensure smooth development, testing, and code qu
2525

2626
- 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.
2727

28-
- 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.
28+
- 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.
2929

3030
## Building and Testing
3131

doc/analyze_check_versions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This table is to clarify the currently pinned version of tools we run in CI and
55

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

0 commit comments

Comments
 (0)