We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737ae36 commit 2707f18Copy full SHA for 2707f18
.circleci/config.yml
@@ -2,13 +2,13 @@
2
3
version: '2.1'
4
orbs:
5
- python: circleci/python@3.3.0
+ python: circleci/python@4.0.0
6
7
jobs:
8
pre-commit:
9
- executor:
10
- name: python/default
11
- tag: "3.14"
+ # executor:
+ # name: python/default
+ # tag: "3.14"
12
steps:
13
- checkout
14
- python/install-packages:
@@ -18,9 +18,9 @@ jobs:
18
uvx pre-commit run --all-files --show-diff-on-failure
19
20
pytest:
21
22
23
24
25
26
0 commit comments