8000 Revert changes moved to #4273 · TheAlgorithms/Python@a2d48df · GitHub
[go: up one dir, main page]

Skip to content

Commit a2d48df

Browse files
authored
Revert changes moved to #4273
1 parent 0937ce2 commit a2d48df

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v3.2.0
44
hooks:
55
- id: check-executables-have-shebangs
66
- id: check-yaml
@@ -13,17 +13,17 @@ repos:
1313
)$
1414
- id: requirements-txt-fixer
1515
- repo: https://github.com/psf/black
16-
rev: 20.8b1
16+
rev: stable
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.7.0
20+
rev: 5.5.3
2121
hooks:
2222
- id: isort
2323
args:
2424
- --profile=black
2525
- repo: https://gitlab.com/pycqa/flake8
26-
rev: 3.9.0
26+
rev: 3.8.3
2727
hooks:
2828
- id: flake8
2929
args:
@@ -39,7 +39,7 @@ repos:
3939
- --ignore-missing-imports
4040
- arithmetic_analysis
4141
- backtracking
42-
- bit_manipulation
42+
# - bit_manipulation # missing __init__.py
4343
- blockchain
4444
- boolean_algebra
4545
- cellular_automata
@@ -53,11 +53,11 @@ repos:
5353
- scheduling
5454
# - sorts # missing __init__.py
5555
- repo: https://github.com/codespell-project/codespell
56-
rev: v2.0.0
56+
rev: v1.17.1
5757
hooks:
5858
- id: codespell
5959
args:
60-
- --ignore-words-list=ans,crate,fo,followings,hist,iff,mater,secant,som,tim
60+
- --ignore-words-list=ans,fo,followings,hist,iff,mater,secant,som,tim
6161
- --skip="./.*,./other/dictionary.txt,./other/words,./project_euler/problem_022/p022_names.txt"
6262
- --quiet-level=2
6363
exclude: |

0 commit comments

Comments
 (0)
0