Skip to content

Commit

Permalink
Update precommit with python3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Christophe committed May 16, 2023
1 parent 834863f commit 0fafb8d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -18,15 +18,15 @@ repos:
- id: pretty-format-json
- id: fix-encoding-pragma
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.1.0
rev: v3.9.0
hooks:
- id: reorder-python-imports
- repo: https://github.com/ambv/black
rev: 22.3.0
rev: 23.3.0
hooks:
- id: black
language_version: python3.8
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
language_version: python3.10
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
34 changes: 32 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
### Improve documentation Add test (HEAD -> main)
### Update precommit with python3.10 (HEAD -> main)
>Tue, 16 May 2023 21:21:59 +0200

>Author: Jean-Christophe Malapert (jean-christophe.malapert@cnes.fr)

>Commiter: Jean-Christophe Malapert (jean-christophe.malapert@cnes.fr)




### Update pymarsseason.py (origin/main, origin/HEAD)
>Tue, 16 May 2023 21:14:39 +0200

>Author: Jean-Christophe Malapert (jean-christophe.malapert@cnes.fr)

>Commiter: GitHub (noreply@github.com)

Change type from numpy.float64 to float


### Closes #1 (tag: v1.0.1)
>Thu, 12 Jan 2023 13:51:33 +0100

>Author: Jean-Christophe Malapert (Jean-christophe.malapert@cnes.fr)

>Commiter: Jean-Christophe Malapert (Jean-christophe.malapert@cnes.fr)




### Improve documentation Add test (tag: v1.0.0)
>Thu, 5 May 2022 22:30:24 +0200

>Author: Jean-Christophe Malapert (jean-christophe.malapert@cnes.fr)
Expand All @@ -8,7 +38,7 @@



### Update README.rst (origin/main)
### Update README.rst
>Thu, 5 May 2022 17:10:49 +0200

>Author: Jean-Christophe Malapert (jean-christophe.malapert@cnes.fr)
Expand Down

0 comments on commit 0fafb8d

Please sign in to comment.