diff --git a/.github/actions/lint/action.yml b/.github/actions/lint/action.yml index 444f331a3a96..0bcf97857fc7 100644 --- a/.github/actions/lint/action.yml +++ b/.github/actions/lint/action.yml @@ -43,7 +43,7 @@ runs: - name: Run Ruff run: | - python -m pip install -U ruff + python -m pip install -U ruff==0.6.3 python -m ruff check . python -m ruff format --check working-directory: python_files diff --git a/package-lock.json b/package-lock.json index 28e55a92fd0c..b63a6c6a41a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2024.14.0-rc", + "version": "2024.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2024.14.0-rc", + "version": "2024.14.0", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index 41ba5bd3ab25..75393e50ff6a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.", - "version": "2024.14.0-rc", + "version": "2024.14.0", "featureFlags": { "usingNewInterpreterStorage": true },