Skip to content

Commit

Permalink
FFmpeg 6.0 "Von Neumann" (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrottenberg authored Mar 21, 2023
1 parent 1f36a08 commit a4dcfcd
Show file tree
Hide file tree
Showing 13 changed files with 6,260 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos: # pre-commit autoupdate
- repo: https://gitlab.com/pycqa/flake8
rev: "3.9.2"
- repo: https://github.com/pycqa/flake8
rev: "6.0.0"
hooks:
- id: flake8

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand All @@ -22,19 +22,19 @@ repos: # pre-commit autoupdate

# If you want to avoid flake8 errors due to unused vars or imports:
- repo: https://github.com/myint/autoflake.git
rev: v1.4
rev: v2.0.2
hooks:
- id: autoflake
args:
[--in-place, --remove-all-unused-imports, --remove-unused-variables]

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.1.0
hooks:
- id: black
language_version: python3
Expand Down
Loading

0 comments on commit a4dcfcd

Please sign in to comment.