Skip to content

Commit

Permalink
Merge pull request #795 from ConservationInternational/pre-commit-ci-…
Browse files Browse the repository at this point in the history
…update-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
azvoleff committed Feb 1, 2024
2 parents 438fdc7 + 96dc29c commit a1126d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
# - id: pretty-format-json
# args: ["--autofix", "--no-sort-keys"]
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/asottile/reorder-python-imports
Expand Down
1 change: 1 addition & 0 deletions LDMP/calculate_drought_vulnerability.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
email : trends.earth@conservation.org
***************************************************************************/
"""

# pylint: disable=import-error
import typing
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions LDMP/calculate_ldn.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
email : trends.earth@conservation.org
***************************************************************************/
"""

# pylint: disable=import-error
import typing
from dataclasses import dataclass
Expand Down
1 change: 1 addition & 0 deletions LDMP/calculate_unccd.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
email : trends.earth@conservation.org
***************************************************************************/
"""

# pylint: disable=import-error
import typing
from pathlib import Path
Expand Down

0 comments on commit a1126d5

Please sign in to comment.