Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Aug 5, 2024
1 parent fff00b4 commit 8e294b5
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2_Feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ about: Suggest an idea for a new feature or an improvement. 3Liz's paid software
title: ''
labels:
- 'enhancement'
- 'Sponsor or PR needed'
- 'Sponsor or PR needed'
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .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: v3.2.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
exclude: ^lizmap/app/overloads|lizmap/app/themes|lizmap/www/assets/
Expand Down
2 changes: 1 addition & 1 deletion lizmap/www/themes/default/css/img/loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/end2end/playwright/attribute-table.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ test.describe('Attribute table data restricted to map extent', () => {

getFeatureRequestContains(await getFeatureRequestPromise);
});
});
});
2 changes: 1 addition & 1 deletion tests/end2end/playwright/legend.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ test.describe('Checkboxes on groups', () => {
await expect(page.getByLabel('sub-group1')).not.toBeChecked();
await expect(page.getByTestId('quartiers').getByLabel('quartiers')).toBeChecked();
});
});
});
2 changes: 1 addition & 1 deletion tests/end2end/playwright/viewport.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@ test.describe('Viewport standard', () => {
expect(await page.evaluate(() => lizMap.mainLizmap.map.getView().getZoom())).toBe(1);
// Do not check GetMap request because it is the same as the first one
})
})
})
2 changes: 1 addition & 1 deletion tests/qgis-projects/tests/invalid_layer.qgs
Original file line number Diff line number Diff line change
Expand Up @@ -1749,4 +1749,4 @@
<ProjectGpsSettings autoAddTrackVertices="0" autoCommitFeatures="0" destinationFollowsActiveLayer="1" destinationLayer="world_8c2f780d_e884_4d93_ad81_c7fc8951cfb5" destinationLayerName="world" destinationLayerProvider="ogr" destinationLayerSource="/home/etienne/dev/lizmap/lizmap-web-client/tests/qgis-projects/tests/world/DOES_NOT_EXIST.geojson|geometrytype=Polygon|uniqueGeometryType=yes">
<timeStampFields></timeStampFields>
</ProjectGpsSettings>
</qgis>
</qgis>
4 changes: 2 additions & 2 deletions tests/qgis-projects/tests/lizmap_features_table.qgs
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ ouvert.

Utilisez cette fonction pour ajouter une logique supplémentaire à vos formulaires.

Entrez le nom de la fonction dans le champ
Entrez le nom de la fonction dans le champ
"Fonction d'initialisation Python".
Voici un exemple:
"""
Expand Down Expand Up @@ -1217,7 +1217,7 @@ ouvert.

Utilisez cette fonction pour ajouter une logique supplémentaire à vos formulaires.

Entrez le nom de la fonction dans le champ
Entrez le nom de la fonction dans le champ
"Fonction d'initialisation Python".
Voici un exemple:
"""
Expand Down
4 changes: 2 additions & 2 deletions tests/qgis-projects/tests/popup.qgs
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ ouvert.

Utilisez cette fonction pour ajouter une logique supplémentaire à vos formulaires.

Entrez le nom de la fonction dans le champ
Entrez le nom de la fonction dans le champ
"Fonction d'initialisation Python".
Voici un exemple:
"""
Expand Down Expand Up @@ -1714,4 +1714,4 @@ def my_form_open(dialog, layer, feature):
</spatialrefsys>
</CoordinateCustomCrs>
</ProjectDisplaySettings>
</qgis>
</qgis>
2 changes: 1 addition & 1 deletion tests/qgis-projects/tests/print.qgs
Original file line number Diff line number Diff line change
Expand Up @@ -3835,4 +3835,4 @@ def my_form_open(dialog, layer, feature):
</spatialrefsys>
</CoordinateCustomCrs>
</ProjectDisplaySettings>
</qgis>
</qgis>
2 changes: 1 addition & 1 deletion tests/qgis-projects/tests/theme.qgs
Original file line number Diff line number Diff line change
Expand Up @@ -4294,4 +4294,4 @@ def my_form_open(dialog, layer, feature):
</spatialrefsys>
</CoordinateCustomCrs>
</ProjectDisplaySettings>
</qgis>
</qgis>

0 comments on commit 8e294b5

Please sign in to comment.